Changes between Version 6 and Version 7 of Compiling
- Timestamp:
- 09/12/13 15:40:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Compiling
v6 v7 14 14 == Other languages == 15 15 16 The INCLUDE_PATHfor 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:16 The `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: 17 17 {{{ 18 18 add_libpath "path/to/dependency1/lib"