Changes between Version 2 and Version 3 of Installation_old

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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v2 v3  
    44 
    55== Dependencies == 
    6 The core functionality of the MUSCLE is written in Java. To be able to integrate native code with the MUSCLE, there is also a native part which is written in C++. Bootstrapping and platform independent configuration is done with a highly flexible setup mechanism written in Ruby. In order to use the MUSCLE, you will need a recent Java runtime to run the MUSCLE. You can obtain it at either http://www.java.com/en/download/index.jsp (Sun-Java) or http://openjdk.java.net/ (Open-JDK). We do most of the development work with the Java SE from Sun. A recent Ruby installation can be found here: http://www.ruby-lang.org/en/downloads/. In principle it should be possible to run the MUSCLE with JRuby instead of the standard Ruby. The Java part of the MUSCLE also uses these third-party libraries: 
     6The core functionality of the MUSCLE is written in Java. To be able to integrate native code with the MUSCLE, there is also a native part which is written in C++. Bootstrapping and platform independent configuration is done with a highly flexible setup mechanism written in Ruby. In order to use the MUSCLE, you will need a recent Java runtime to run the MUSCLE. You can obtain it at either http://www.java.com/en/download/index.jsp (Sun-Java) or http://openjdk.java.net/ (Open-JDK). A recent Ruby installation can be found here: http://www.ruby-lang.org/en/downloads/. In principle it should be possible to run the MUSCLE with JRuby instead of the standard Ruby. The Java part of the MUSCLE also uses these third-party libraries: 
    77* JADE http://jade.tilab.com/ (base agent framework) LGPL Version 2.1 
    88* JUNG http://jung.sourceforge.net/ (visualization in GUI) BSD 
     
    1111* xstream http://xstream.codehaus.org/ (serialization and debugging) BSD 
    1212The Java libraries can be installed to the provided thirdparty directory (see below). For ruby 1.8.x the json library is also required. Install with e. g. sudo gem install json. The MUSCLE does currently not work with Ruby 1.9.1 or newer. 
     13 
     14== General Instructions == 
     15If the dependencies are in place, you are ready to use the MUSCLE. No compilation required! 
     16Extract the download, e. g. 
     17{{{ 
     18#!div style="font-size: 90%" 
     19{{{#!sh 
     20$ unzip MUSCLE_2009-10-08_10-39-10.zip 
     21}}} 
     22}}} 
     23Change your working directory to the the MUSCLE directory (e. g.) 
     24{{{ 
     25#!div style="font-size: 90%" 
     26{{{#!sh 
     27$ cd MUSCLE_2009-10-08_10-39-10 
     28}}} 
     29}}} 
     30See if the MUSCLE is working correctly 
     31{{{ 
     32#!div style="font-size: 90%" 
     33{{{#!sh 
     34$ ./src/ruby/muscle.rb --version 
     35}}} 
     36}}}