-
Notifications
You must be signed in to change notification settings - Fork 13
Installing Moby
edrumwri edited this page Mar 12, 2015
·
19 revisions
- Linux is the officially supported OS.
- Moby works on OS X if you can get OpenSceneGraph installed (or do not care to use Moby's rendering tools)
- Moby is not supported on Windows (and, anecdotally, is difficulty to install)
Make sure you have installed Ravelin first.
Then, add ppa gwu-positronics/moby to your software sources, update, and install Moby:
$ sudo add-apt-repository ppa:gwu-positronics/moby
$ sudo apt-get update
$ sudo apt-get install moby
- cmake
- libqhull-dev
- libxml2-dev
- liblapack3-dev
- libatlas-dev
- libopenscenegraph-dev
- libboost-dev
One installs Moby from source using a standard CMake process (i.e., creating a build directory, running cmake
, then make
, then make install
):
Moby $ mkdir build
Moby $ cd build/
Moby/build $ cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
Moby/build $ make
Moby/build $ sudo make install
- boost odeint This package will allow one to use advanced integrators from the Boost library