Changes between Version 2 and Version 3 of Compiling

Show
Ignore:
Timestamp:
12/03/12 16:00:54 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compiling

    v2 v3  
    1 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. MUSCLE automatically includes these in the class path when running. To get these files formatted as a classpath, run 
     1For 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 
    22{{{ 
    33muscle2 --print-env=CLASSPATH 
    44}}} 
    55 
    6 Modify the classpath of MUSCLE to add your own dependencies by adding the following lines to the configuration files 
     6MUSCLE automatically includes these in the class path when running. To add your own dependencies, modify the classpath of MUSCLE by adding the following lines to the configuration files 
    77{{{ 
    88m = Muscle.LAST 
     
    1111}}} 
    1212 
    13 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 update add any other libraries to the dynamic library path, modify the configuration file as follows: 
     13The 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: 
    1414{{{ 
    1515m = Muscle.LAST