From d61b97bc4977041169a908292d1e1c81fc998821 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sun, 26 Nov 2023 14:40:14 -0600 Subject: [PATCH] updated make and doc section --- build-synergy-fedora-39.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-synergy-fedora-39.sh b/build-synergy-fedora-39.sh index 3d6e0a5..cf6189f 100644 --- a/build-synergy-fedora-39.sh +++ b/build-synergy-fedora-39.sh @@ -14,6 +14,10 @@ # Synergy 3.x you will need to purchase the license to use it. Otherwise, I # # haven't been able to find that repo (unless I'm overlooking something) # # # +# If you find an error in this let me know via my contact info in the README of my # +# journal repo (https://git.arcanium.tech/tristan/journal). If I've overlooked a # +# step I'll update this script. # +# # #################################################################################### @@ -92,7 +96,7 @@ mkdir build && cd build ## Making the buildfile and preparing for the build cmake .. -## Build the project +## Build & install the project make && make install # END: Work