Installation » History » Version 3

Version 2 (M. Rolf, 08/27/2011 10:06 AM) → Version 3/17 (M. Rolf, 09/20/2011 04:31 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)
# Eigen 2

h2. Manual

# Check out SVN https://code.cor-lab.org/svn/nemomath/trunk/nemomath
# Go into sub-folder @build/@
# On your console type
#* @cmake .. -DCMAKE_INSTALL_PREFIX=<pathOfYourChoice>@
#* @make@
#* @make install@

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@