updated make and doc section
This commit is contained in:
parent
6bb33bad72
commit
d61b97bc49
@ -14,6 +14,10 @@
|
|||||||
# Synergy 3.x you will need to purchase the license to use it. Otherwise, I #
|
# 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) #
|
# 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
|
## Making the buildfile and preparing for the build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
||||||
## Build the project
|
## Build & install the project
|
||||||
make && make install
|
make && make install
|
||||||
|
|
||||||
# END: Work
|
# END: Work
|
||||||
|
Loading…
Reference in New Issue
Block a user