Installation » History » Version 3

« Previous - Version 3/17 (diff) - Next » - Current version
M. Rolf, 09/20/2011 04:31 PM


Installation

Dependencies

  1. CMake
  • Tested with GCC 4.3 and GCC 4.5. GCC<=4.2 is not supported at the moment.
  1. Boost (header-only parts)
  2. Eigen 2

Manual

  1. Check out SVN https://code.cor-lab.org/svn/nemomath/trunk/nemomath
  2. Go into sub-folder build/
  3. On your console type
    • cmake .. -DCMAKE_INSTALL_PREFIX=<pathOfYourChoice>
    • 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