Changes between Version 1 and Version 2 of Muscle2

Show
Ignore:
Timestamp:
04/16/12 12:38:56 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Muscle2

    v1 v2  
    1  MUSCLE 2.0 
     1= MUSCLE 2.0 = 
    22 
    3 = Changelog = 
     3== Changelog == 
    44* removed JADE dependency 
    55* 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 == 
     8The 2.0 version follows the stnadard CMake procedure. After downloading the source package go into the main dir and type: 
    89{{{ 
    910mkdir build 
     
    1314make install 
    1415}}} 
     16 
     17If 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