summaryrefslogtreecommitdiff
path: root/README
blob: 81cf89f97253e9c0db16eb8c03a8bf5e9472e98a (plain)
1
2
3
4
5
6
7
8
9
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) Set OPENSIM_INSTALL_DIR to path where OpenSim was installed in 1)
5) Toggle advanced features using [t], set Namespace to nothing
6) $ make
();'>
authorTobias Klauser <tklauser@distanz.ch>2016-11-09 15:31:00 +0800
committerLey Foon Tan <ley.foon.tan@intel.com>2016-12-13 17:13:17 +0800
commit3c98fd266b76e04fd59d294f2fb588cc5cb4c212 (patch)
tree26e64ebe535ee8f2d0ccc51e098920dd4976a248 /Makefile
parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)
nios2: Extend !__ASSEMBLY__ section in asm/page.h
Some C-only definition from nios2 asm/page.h are exposed to assembly code. Extend the !__ASSEMBLY__ section to prevent this. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'Makefile')