Virtual Laboratory Environment vle
A multi-modeling and simulation environment to study complex systems
Brought to you by:
quesnel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Requirements ============ glibmm 2.4.0 http://www.gtkmm.org libxml++ 2.6.0 http://libxmlplusplus.sourceforge.net boost 1.32 http://www.boost.org cmake 2.4.0 http://www.cmake.org Installation ============ See documentation available on VLE website http://vle.univ-littoral.fr The following commands configure, build and install VLE (build type: Debug): $ mkdir build $ cd build $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local .. $ make $ make install |