Changes between Version 7 and Version 8 of Muscle2
- Timestamp:
- 04/17/12 10:38:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Muscle2
v7 v8 23 23 * BUILD_API_DOC - determines if the API documentation should be build (default: No) 24 24 * BUILD_MTO - determines if the Muscle Transport Overlay should be build (default: Yes) 25 * BUILD_JAVA - determines if the Java part of the Muscle should be build (default: Yes)26 25 * BUILD_CPP - determines if the CPP part of the Muscle should be build (default: Yes) 27 26 27 === Regression tests === 28 After the '''make install''' command, the one can invoke regression tests to check the consistency of the MUSCLE installation: 29 {{{ 30 make test 31 }}}