-
Notifications
You must be signed in to change notification settings - Fork 13
Installing Moby
jhshannon17 edited this page Jan 20, 2015
·
19 revisions
- Linux is the officially supported OS.
- Works on OS X.
- Unsupported on Windows (and, anecdotally is difficulty to install)
- cmake All remaining packages should be development versions.
- qhull
- libxml2
- lapack3
- atlas
- openscenegraph
- boost
- boost odeint
- Standard CMake process
- Create build directory and run cmake, make, make install
Moby $ mkdir build
Moby $ cd build/
Moby/build $ cmake ..
Moby/build $ make
Moby/build $ sudo make install
- add ppa jhshannon17/moby to your software sources, update, and install moby
$ sudo add-apt-repository ppa:jhshannon17/moby
$ sudo apt-get update
$ sudo apt-get install moby