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 3 and Version 4 of RaveInstallation


Ignore:
Timestamp:
Jun 4, 2007, 10:07:53 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RaveInstallation

    v3 v4  
    1111
    1212Rave is fully autotooled. '''configure; make; make install''' are your friends.
    13 Package builders may want to use '''bootstrap'''.
     13Package builders may want to call '''bootstrap''' before using
     14''configure'' and ''make''.
    1415
    1516Also note that various packages exist, see the download section.
     
    2122the following applications need to be installed on the system:
    2223
    23  * ''javac'' (will add ''gcj'' as another option)
     24 * ''javac'' (''gcj'' will soon be added as another option)
    2425 * ''java''
    2526 * ''jar'' or ''fastjar''
    2627 * ''swig''
    2728
    28 It might be necessary to tell the configure where to look for the java
     29It might be necessary to tell ''configure'' where to look for the java
    2930binaries and libraries:
    3031{{{
     
    3233}}}
    3334
    34 Note that with rave < 0.2.2 it is necessary to turn off optimisation, e.g.
     35
     36Note that with rave < 0.2.2, for java to work, it is necessary to turn off optimisation, e.g.
    3537{{{
    3638configure CXXFLAGS="-g"
     
    4143== Cygwin ==
    4244
    43 Building under cygwin is tricky :-(
    44 
    45 
     45Building under cygwin is tricky and currently quite yucky :-(
     46Currently we've been able to compile a static version of rave only with
     47a static version of clhep (compiled with cygwin, as well).
     48This should be achievable without special tweaking and special configuration settings, though.
     49Just an ordinary ''configure; make'' ...
     50Using clhep libraries compiled with VC++ (the official way to build clhep under windows)
     51has not yet been tried.
     52Improvements in this area can be expected in the near future.
    4653
    4754Links: