Installation » History » Version 4

« Previous - Version 4/17 (diff) - Next » - Current version
S. Wrede, 09/20/2011 09:14 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. 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