Skip to content
jhshannon17 edited this page Jan 20, 2015 · 19 revisions

Dependencies

Architecture

  • Linux is the officially supported OS.
  • Works on OS X.
  • Unsupported on Windows (and, anecdotally is difficulty to install)

Required packages

  • cmake All remaining packages should be development versions.
  • qhull
  • libxml2
  • lapack3
  • atlas
  • openscenegraph
  • boost

Recommended packages

  • boost odeint

Installing Moby from source

  • 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

Installing Moby on Debian/Ubuntu from binaries

  • 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

Wiki home