Installation » History » Version 10

« Previous - Version 10/17 (diff) - Next » - Current version
M. Rolf, 01/22/2013 01:24 PM


Supported Platforms and Compilers

General Support

  • Supported:
    1. GCC from version 4.3, 32/64bit (tested on Ubuntu Linux)
    2. CLang3.0 (tested on MacOS)
    3. MSVC 2010 or newer (tested on Windows 7)
  • Not supported (and known not to work):
    1. GCC version 4.2, or older
    2. MSVC 2008 or older

Test configurations

These configurations are permanently tested and known to work:
  • Windows 7, Microsoft Visual Studio 2010, Boost 1.44.0, Eigen 2
  • Mac OS 10.7 "Lion" 64bit, Clang 2.1.0, Boost 1.47.0, Eigen 3.1.0
  • Ubuntu Linux 10.04 "Lucid Lynx" 32bit+64bit, GCC 4.4.3, Boost 1.40.0, Eigen 3.0.0
  • Ubuntu Linux 12.04 "Precise Pangolin" 32bit+64bit, GCC 4.6.3, Boost 1.46.1, Eigen 3.0.5
  • Ubuntu Linux 12.10 "Quantal Quetzal" 32bit+64bit, GCC 4.7.2, Boost 1.49.0, Eigen 3.0.93

Dependencies

  1. Build system: CMake
  2. Boost (header-only parts) (on ubuntu: libboost-dev, libboost-test-dev)
  3. Eigen 2 (on ubuntu: libeigen2-dev) or Eigen 3

Installation

Debian packages

Install from Source

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

Gar System Installer

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

Install and Compile Options

Using NemoMath