Changes between Version 7 and Version 8 of Muscle2

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Muscle2

    v7 v8  
    2323* BUILD_API_DOC - determines if the API documentation should be build (default: No) 
    2424* 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) 
    2625* BUILD_CPP - determines if the CPP part of the Muscle should be build (default: Yes) 
    27   
     26 
     27=== Regression tests === 
     28After the '''make install''' command, the one can invoke regression tests to check the consistency of the MUSCLE installation: 
     29{{{ 
     30make test 
     31}}}