Table of Contents
mgEngine installation
The first step consists in installing the simulation and rendering core “mgEngine”
Installation for Ubuntu 32 bit
If you a working on Ubuntu 32 bit, you can download the packages available on the CycabTK download page : https://gforge.inria.fr/frs/?group_id=42. The good version is “mgengine-R2 + Lua”.
Installation from the sources
Else you need to download and compile the mgEngine sources from sourceforge
- Get the source from the svn :
cvs -d:pserver:anonymous@mgengine.cvs.sourceforge.net:/cvsroot/mgengine login cvs -z3 -d:pserver:anonymous@mgengine.cvs.sourceforge.net:/cvsroot/mgengine co -P mgengine
- Compile it with make
- If you are under ubuntu : Create debian package with :
fakeroot debian/rules binary
- Else install with :
make install
Post installation
You need to add the mgengine actor path to the LD_LIBRARY_PATH. Add this command to your .bashrc (or something equivalent with another shell) :
export LD_LIBRARY_PATH=/usr/lib/mgengine/actors:$LD_LIBRARY_PATH