Installation » History » Version 8

M. Rolf, 01/21/2013 07:13 PM

1 1 Anonymous
2 1 Anonymous
3 7 M. Rolf
{{>toc}}
4 7 M. Rolf
5 6 M. Rolf
h1. Supported Platforms and Compilers
6 6 M. Rolf
7 8 M. Rolf
h3. General Support
8 8 M. Rolf
 
9 6 M. Rolf
* Supported: 
10 6 M. Rolf
11 6 M. Rolf
 # GCC from version 4.3, 32/64bit (tested on Ubuntu Linux)
12 6 M. Rolf
 # CLang3.0 (tested on MacOS)
13 6 M. Rolf
 # MSVC 2010 or newer (tested on Windows 7)
14 6 M. Rolf
* Not supported: 
15 6 M. Rolf
16 6 M. Rolf
 # GCC version 4.2, or older 
17 6 M. Rolf
 # MSVC 2008 or older
18 6 M. Rolf
19 8 M. Rolf
h3. Test configurations 
20 8 M. Rolf
21 6 M. Rolf
h1. Dependencies
22 1 Anonymous
23 6 M. Rolf
# Build system: CMake
24 1 Anonymous
# Boost (header-only parts) (on ubuntu: _libboost-dev_, _libboost-test-dev_)
25 8 M. Rolf
# Eigen 2 (on ubuntu:  _libeigen2-dev_) *or* Eigen 3
26 1 Anonymous
27 8 M. Rolf
h1. Installation 
28 1 Anonymous
29 8 M. Rolf
h2. Debian packages
30 1 Anonymous
31 8 M. Rolf
h2. Install from Source
32 8 M. Rolf
33 1 Anonymous
# Check out SVN https://code.cor-lab.org/svn/nemomath/trunk/nemomath
34 4 S. Wrede
# On your console type
35 1 Anonymous
<pre>
36 4 S. Wrede
cd nemomath/build && cmake .. -DCMAKE_INSTALL_PREFIX=$prefix && make && make install
37 4 S. Wrede
</pre>
38 1 Anonymous
39 8 M. Rolf
h2. Gar System Installer
40 1 Anonymous
41 1 Anonymous
# Check out CITEC Gar System Installer from https://projects.cit-ec.uni-bielefeld.de/svn/gar-installer/trunk/
42 1 Anonymous
# Go into sub-folder @cor-lab/NemoMath@
43 1 Anonymous
# On your console type
44 1 Anonymous
#* @make install@
45 8 M. Rolf
46 8 M. Rolf
47 8 M. Rolf
h1. Install and Compile Options