Changes between Version 2 and Version 3 of Muscle2
- Timestamp:
- 04/16/12 13:23:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Muscle2
v2 v3 15 15 }}} 16 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: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: 18 18 * MUSCLE_INSTALL_PREFIX - the default prefix for the installation 19 19 * BUILD_API_DOC - determines if API documentation should be build