diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-12-14 14:40:08 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-12-14 14:40:08 +0100 |
commit | 2cf112259e09b88148dc98739bf57049b76337d2 (patch) | |
tree | 4b529f19dd426c02d2856efe2f4b7d3b0c3db850 | |
parent | 525a852884c24ea0282759d9a8f2363184d5686d (diff) |
Add README with Linux build instructions (so I don't forget)
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,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 |