Installation » History » Version 5

« Previous - Version 5/17 (diff) - Next » - Current version
Anonymous, 10/04/2011 03:57 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) (on ubuntu: libboost-dev, libboost-test-dev)
  2. Eigen 2 (on ubuntu: libeigen2-dev)

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