Installation » History » Version 4

S. Wrede, 09/20/2011 09:14 PM

1 1 Anonymous
h1. Installation
2 1 Anonymous
3 1 Anonymous
h2. Dependencies
4 1 Anonymous
5 1 Anonymous
# CMake
6 3 M. Rolf
> * Tested with GCC 4.3 and GCC 4.5. GCC<=4.2 is not supported at the moment.
7 2 M. Rolf
# Boost (header-only parts)
8 2 M. Rolf
# Eigen 2
9 1 Anonymous
10 1 Anonymous
h2. Manual
11 1 Anonymous
12 1 Anonymous
# Check out SVN https://code.cor-lab.org/svn/nemomath/trunk/nemomath
13 1 Anonymous
# On your console type
14 4 S. Wrede
<pre>
15 4 S. Wrede
cd nemomath/build && cmake .. -DCMAKE_INSTALL_PREFIX=$prefix && make && make install
16 4 S. Wrede
</pre>
17 1 Anonymous
18 1 Anonymous
h2. Automatic, using Gar System Installer
19 1 Anonymous
20 1 Anonymous
# Check out CITEC Gar System Installer from https://projects.cit-ec.uni-bielefeld.de/svn/gar-installer/trunk/
21 1 Anonymous
# Go into sub-folder @cor-lab/NemoMath@
22 1 Anonymous
# On your console type
23 1 Anonymous
#* @make install@