Changes between Version 7 and Version 8 of Installation_old
- Timestamp:
- 07/26/11 14:18:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation_old
v7 v8 44 44 * '''build.rb''' - The build script. It can compile the java sources, build jar archives build the native shared libraries. 45 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 * '''doc''' - The Documentation for MUSCLE 47 * '''OTF''' - The configuration and helper scripts for OTF trace logger. 46 48 * '''src''' - This directory contains the MUSCLE source code. 47 49 * '''thirdparty''' - The MUSCLE will automatically load third-party libraries which are in this directory.