Compare commits

...

1 Commits

Author SHA1 Message Date
d61b97bc49 updated make and doc section 2023-11-26 14:40:14 -06:00

View File

@@ -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