Changes between Version 4 and Version 5 of Compiling

Show
Ignore:
Timestamp:
07/12/13 16:46:48 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compiling

    v4 v5  
     1== Java == 
     2 
    13For 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 
    24{{{ 
     
    1113}}} 
    1214 
     15== Other languages == 
     16 
    1317The 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: 
    1418{{{