Installation » History » Version 5

Version 4 (S. Wrede, 09/20/2011 09:14 PM) → Version 5/17 (Anonymous, 10/04/2011 03:57 PM)

h1. Installation

h2. Dependencies

# CMake
> * Tested with GCC 4.3 and GCC 4.5. GCC<=4.2 is not supported at the moment.
# Boost (header-only parts) (on ubuntu: _libboost-dev_, _libboost-test-dev_)
# Eigen 2 (on ubuntu: _libeigen2-dev_)

h2. Manual

# Check out SVN https://code.cor-lab.org/svn/nemomath/trunk/nemomath
# On your console type
<pre>
cd nemomath/build && cmake .. -DCMAKE_INSTALL_PREFIX=$prefix && make && make install
</pre>

h2. Automatic, using Gar System Installer

# Check out CITEC Gar System Installer from https://projects.cit-ec.uni-bielefeld.de/svn/gar-installer/trunk/
# Go into sub-folder @cor-lab/NemoMath@
# On your console type
#* @make install@