Changes between Version 5 and Version 6 of Muscle2

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Muscle2

    v5 v6  
    1616 
    1717If needed it is also possible to configure some options for the installation. You can do this manually by specification of the parameters using -D switch, eg. cmake .. -DMUSCLE_INSTALL_PREFIX=/somelocation, but the easiest way is to use ccmake or gmake programs. 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 
     18* MUSCLE_INSTALL_PREFIX - the default prefix for the installation (default: /opt/muscle) 
     19* BUILD_API_DOC - determines if the API documentation should be build (default: No) 
     20* BUILD_MTO - determines if the Muscle Transport Overlay should be build (default: Yes) 
     21* BUILD_JAVA - determines if the Java part of the Muscle should be build (default: Yes) 
     22* BUILD_CPP - determines if the CPP part of the Muscle should be build (default: Yes) 
    2323