Changes between Version 4 and Version 5 of Installation_old

Show
Ignore:
Timestamp:
07/26/11 13:45:42 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v4 v5  
    3838In case you plan to use the MUSCLE with native code, you will have to compile the native library part of the MUSCLE using a C++ compiler (such as g++). The build script belonging to the MUSCLE also has a target to build the native libraries. This requires a C++ compiler and CMake (http://www.cmake.org/) to be available. You can also use 
    3939your favourite IDE/build system instead. 
     40 
     41== What’s in the bundle? == 
     42The 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.