Changes between Version 3 and Version 4 of Muscle2
- Timestamp:
- 04/16/12 13:27:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Muscle2
v3 v4 15 15 }}} 16 16 17 If needed it is also possible to configure some parameters for the installation. You can do this manually by specification of the options using -D switch, eg. cmake .. -DMUSCLE_INSTALL_PREFIX=/somelocation, but the easiest way to do this is to use ccmake or gmake programs instead of commandline cmake. The following options may be particullarly important:17 If 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 to do this is to use ccmake or gmake programs. The following options may be particullarly important: 18 18 * MUSCLE_INSTALL_PREFIX - the default prefix for the installation 19 19 * BUILD_API_DOC - determines if API documentation should be build