Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the rave source from http://www.hepforge.org/downloads/rave.
Some basic instructions can also be found at http://projects.hepforge.org/rave/trac/wiki/UserGuide.

No Format
svn co http://svn.hepforge.org/rave/trunk rave_svn

...

Building Rave on Mac OS X

...

You will have to make sure that you have all the dependencies listed on the Rave web page installed on your system. These instructions assume that you have installed them using fink. If you have a different setup, please modify the paths accordingly.
Note that in order to install Java bindings, you will need a SWIG version that is newer than 1.3.20, which is currently distributed with fink.
The installation was tested with SWIG 1.3.31.
After downloading rave, change into the source directory with cd rave_svn and build the configure script with ./bootstrap.
If you have all dependencies installed, the following will configure the package properly:

...