Changes between Version 6 and Version 7 of Compiling

Show
Ignore:
Timestamp:
09/12/13 15:40:26 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Compiling

    v6 v7  
    1414== Other languages == 
    1515 
    16 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: 
     16The `INCLUDE_PATH` environment variable 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: 
    1717{{{ 
    1818add_libpath "path/to/dependency1/lib"