Version 4 (modified by bartek, 13 years ago) (diff)

--

MUSCLE 2.0

Changelog

  • removed JADE dependency
  • support for standalone native kernels

Installation

The 2.0 version follows the stnadard CMake procedure. After downloading the source package go into the main dir and type:

mkdir build
cd build
cmake ..
make
make install

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:

  • MUSCLE_INSTALL_PREFIX - the default prefix for the installation
  • BUILD_API_DOC - determines if API documentation should be build
  • BUILD_MTO - determines if the Muscle Transport Overlay should be build
  • BUILD_JAVA - determines if the Java part of the Muscle should be build
  • BUILD_CPP - determines if the CPP part of the Muscle should be build