There are two options on dealing with repo dependencies:
Run the following command from <my_source_code_dir>
.
./SurgSim_Lite/fetch-dependencies ./SurgSim_Lite/dependencies
This will make sure you are running the latest stable versions that work with SurgSim_Lite
.
This script was created by Thibaut Buchert.
You need the following header-only libraries that I've made:
Make sure the folder structure looks like this:
<my_source_code_dir>/lib/Core/ ; Core repo workspace/checkout goes here.
<my_source_code_dir>/lib/Termin8or/ ; Termin8or repo workspace/checkout goes here.
<my_source_code_dir>SurgSim_Lite/ ; SurgSim_Lite repo workspace/checkout goes here.
These repos are not guaranteed to all the time work with the latest version of SurgSim_Lite
. If you want the more stable aproach then look at Option 1 instead.
Then just open <my_source_code_dir>/SurgSim_Lite/SurgSim_Lite/SurgSim_Lite.sln
and build and run. That's it!
Goto <my_source_code_dir>/SurgSim_Lite/SurgSim_Lite/
and build with ./build.sh
.
Then run by typing ./bin/surgsim_lite
.
Goto <my_source_code_dir>/SurgSim_Lite/SurgSim_Lite/
and build with ./build.sh
.
Then run by typing ./bin/surgsim_lite
.