Installation » History » Version 11

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


Dependencies

NemoMath depends of the following tools and libraries, which are by default installed on all recent Ubuntu Linux configurations:

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

Supported Platforms and Compilers

NemoMath is a cross-platform, cross-compiler library which is tested and maintained for the most frequently used system configurations:

Operating System Support

  • Supported:
    1. Linux, Ubuntu 10.04 and newer
    2. Mac OS 10.7 and newer
    3. Windows 7 and newer

Compiler 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

Pre-Configured Installation

Debian packages

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 from Source

A "header only" library

Getting and installing the course

  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
    

Install and Compile Options

Using NemoMath