blob: ce7569b4e7e4ab5b08f8c4ace8939d9e0515cc45 (
plain)
1
2
3
4
5
6
7
8
|
Build instructions for Linux:
1) Build and install (e.g. to /opt/SimBody and /opt/OpenSim) SimBody and OpenSim
according to documentation
2) $ mkdir build && cd build
3) $ ccmake ..
4) Toggle advanced features using [t], set Namespace to nothing
5) $ make
|