Changes between Version 1 and Version 2 of Muscle2
- Timestamp:
- 04/16/12 12:38:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Muscle2
v1 v2 1 MUSCLE 2.0 1 = MUSCLE 2.0 = 2 2 3 = Changelog=3 == Changelog == 4 4 * removed JADE dependency 5 5 * support for standalone native kernels 6 = Installation = 7 The 2.0 version follows the stnadard CMake procedure. After downloading the source package go into main dir and type: 6 7 == Installation == 8 The 2.0 version follows the stnadard CMake procedure. After downloading the source package go into the main dir and type: 8 9 {{{ 9 10 mkdir build … … 13 14 make install 14 15 }}} 16 17 If needed it is also possible to configure some options for the installation. The easiest way to do this is to use ccmake or gmake programs instead of commandline cmake. The following options may be particullarly important: 18 * MUSCLE_INSTALL_PREFIX - the default prefix for the installation 19 * BUILD_API_DOC - determines if API documentation should be build 20 * BUILD_MTO - determines if the Muscle Transport Overlay should be build 21 * BUILD_JAVA - determines if the Java part of the Muscle should be build 22 * BUILD_CPP - determines if the CPP part of the Muscle should be build 23