Installation » History » Version 6

« Previous - Version 6/17 (diff) - Next » - Current version
M. Rolf, 01/21/2013 07:00 PM


Supported Platforms and Compilers

  • 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:
    1. GCC version 4.2, or older
    2. MSVC 2008 or older

Dependencies

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

Installation

Manual

  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
    

Automatic, using 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