Installation » History » Version 10

M. Rolf, 01/22/2013 01:24 PM

1 1 Anonymous
2 1 Anonymous
3 1 Anonymous
h1. Supported Platforms and Compilers
4 1 Anonymous
5 10 M. Rolf
{{>toc}}
6 10 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 10 M. Rolf
* Not supported (and known not to work): 
15 6 M. Rolf
16 6 M. Rolf
 # GCC version 4.2, or older 
17 1 Anonymous
 # MSVC 2008 or older
18 1 Anonymous
19 1 Anonymous
h3. Test configurations 
20 10 M. Rolf
21 10 M. Rolf
These configurations are permanently tested and known to work:
22 10 M. Rolf
* Windows 7, Microsoft Visual Studio 2010, Boost 1.44.0, Eigen 2
23 10 M. Rolf
* Mac OS 10.7 "Lion" 64bit, Clang 2.1.0, Boost 1.47.0, Eigen 3.1.0
24 10 M. Rolf
* Ubuntu Linux 10.04 "Lucid Lynx" 32bit+64bit, GCC 4.4.3, Boost 1.40.0, Eigen 3.0.0
25 10 M. Rolf
* Ubuntu Linux 12.04 "Precise Pangolin" 32bit+64bit, GCC 4.6.3, Boost 1.46.1, Eigen 3.0.5
26 10 M. Rolf
* Ubuntu Linux 12.10 "Quantal Quetzal" 32bit+64bit, GCC 4.7.2, Boost 1.49.0, Eigen 3.0.93
27 8 M. Rolf
28 6 M. Rolf
h1. Dependencies
29 1 Anonymous
30 6 M. Rolf
# Build system: CMake
31 1 Anonymous
# Boost (header-only parts) (on ubuntu: _libboost-dev_, _libboost-test-dev_)
32 8 M. Rolf
# Eigen 2 (on ubuntu:  _libeigen2-dev_) *or* Eigen 3
33 1 Anonymous
34 8 M. Rolf
h1. Installation 
35 1 Anonymous
36 9 M. Rolf
h3. Debian packages
37 1 Anonymous
38 9 M. Rolf
h3. Install from Source
39 8 M. Rolf
40 1 Anonymous
# Check out SVN https://code.cor-lab.org/svn/nemomath/trunk/nemomath
41 4 S. Wrede
# On your console type
42 1 Anonymous
<pre>
43 4 S. Wrede
cd nemomath/build && cmake .. -DCMAKE_INSTALL_PREFIX=$prefix && make && make install
44 4 S. Wrede
</pre>
45 1 Anonymous
46 9 M. Rolf
h3. Gar System Installer
47 1 Anonymous
48 1 Anonymous
# Check out CITEC Gar System Installer from https://projects.cit-ec.uni-bielefeld.de/svn/gar-installer/trunk/
49 1 Anonymous
# Go into sub-folder @cor-lab/NemoMath@
50 1 Anonymous
# On your console type
51 1 Anonymous
#* @make install@
52 1 Anonymous
53 1 Anonymous
54 8 M. Rolf
h1. Install and Compile Options
55 9 M. Rolf
56 9 M. Rolf
h1. Using NemoMath