43 | | build |
44 | | This directory contains the compiled Java bytecode and C++ libraries |
45 | | build.rb |
46 | | The build script. It can compile the java sources, build jar archives build the native shared libraries. |
47 | | CMakeLists.txt |
48 | | The configuration file for cmake. Only needed if the native libraries are to be built. This file is used by the build.rb, you do not have to call cmake manually. |
49 | | src |
50 | | This directory contains the MUSCLE source code. |
51 | | thirdparty |
52 | | The MUSCLE will automatically load third-party libraries which are in this directory. |
| 43 | * '''build''' - This directory contains the compiled Java bytecode and C++ libraries |
| 44 | * '''build.rb''' - The build script. It can compile the java sources, build jar archives build the native shared libraries. |
| 45 | * '''CMakeLists.txt''' - The configuration file for cmake. Only needed if the native libraries are to be built. This file is used by the build.rb, you do not have to call cmake manually. |
| 46 | * '''src''' - This directory contains the MUSCLE source code. |
| 47 | * '''thirdparty''' - The MUSCLE will automatically load third-party libraries which are in this directory. |