| 40 | |
| 41 | == What’s in the bundle? == |
| 42 | The MUSCLE download bundle contains the following items: |
| 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. |