Changes between Initial Version and Version 1 of Muscle2
- Timestamp:
- 04/16/12 11:52:59 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Muscle2
v1 v1 1 MUSCLE 2.0 2 3 = Changelog = 4 * removed JADE dependency 5 * support for standalone native kernels 6 = Installation = 7 The 2.0 version follows the stnadard CMake procedure. After downloading the source package go into main dir and type: 8 {{{ 9 mkdir build 10 cd build 11 cmake .. 12 make 13 make install 14 }}}