Installation » History » Version 2

« Previous - Version 2/17 (diff) - Next » - Current version
M. Rolf, 08/27/2011 10:06 AM


Installation

Dependencies

  1. CMake
  2. Boost (header-only parts)
  3. 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