Changes between Version 4 and Version 5 of Compiling
- Timestamp:
- 07/12/13 16:46:48 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Compiling
v4 v5 1 == Java == 2 1 3 For compiling Java code with MUSCLE, the Java archives in {{{$MUSCLE_HOME/share/muscle/java}}} and {{{$MUSCLE_HOME/share/muscle/java/thirdparty}}} should be added to the classpath. To get these files formatted as a classpath, run 2 4 {{{ … … 11 13 }}} 12 14 15 == Other languages == 16 13 17 The INCLUDE_PATH for C and C++ should include {{{$MUSCLE_HOME/include}}} and the executables should be linked with the {{{$MUSCLE_HOME/lib/libmuscle2.so}}} or {{{$MUSCLE_HOME/lib/libmuscle2.dylib}}} library (depending on the operating system). To add any other libraries to the dynamic library path, modify the configuration file as follows: 14 18 {{{