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