rave is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/rave does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of RaveInstallation


Ignore:
Timestamp:
Jun 4, 2007, 9:56:33 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RaveInstallation

    v2 v3  
    11= Rave Installation =
     2
     3== Dependencies ==
     4
     5Rave needs the following software:
     6 * (Gnu) C++ compiler
     7 * boost
     8 * clhep
     9
     10== Linux/Unix ==
    211
    312Rave is fully autotooled. '''configure; make; make install''' are your friends.
     
    615Also note that various packages exist, see the download section.
    716Also check '''configure --help''' for special configurations.
     17
     18== Java ==
     19
     20In order to be able to build the java bindings,
     21the following applications need to be installed on the system:
     22
     23 * ''javac'' (will add ''gcj'' as another option)
     24 * ''java''
     25 * ''jar'' or ''fastjar''
     26 * ''swig''
     27
     28It might be necessary to tell the configure where to look for the java
     29binaries and libraries:
     30{{{
     31./configure --with-java-home=<JAVAHOME>
     32}}}
     33
     34Note that with rave < 0.2.2 it is necessary to turn off optimisation, e.g.
     35{{{
     36configure CXXFLAGS="-g"
     37}}}
     38This is fixed in subversion head.
     39
     40
     41== Cygwin ==
     42
     43Building under cygwin is tricky :-(
     44
     45
     46
     47Links:
     48 * cygwin: http://www.cygwin.com/
     49 * clhep: http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/clhep.html
     50 * swig: http://www.swig.org/download.html