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 1 and Version 2 of InstallationForVisualStudio


Ignore:
Timestamp:
Nov 6, 2007, 11:59:23 AM (17 years ago)
Author:
fmos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationForVisualStudio

    v1 v2  
    33This HOWTO desribes the minimum-effort approach for building Rave using Visual Studio 2005 Professional. Later this will be tested and if necessary adapted for use with the free Express version of Visual Studio also.
    44
    5 The only prerequisite is a working Visual Studio installation. No cygwin setup is required.
     5== Prerequisites ==
     6
     7* A working installation of Visual Studio 2005 with C++ support
     8* (optional) For the Java bindings you will need a working installation of a JDK
     9
     10== Preparation ==
     11
     12Rave has two principal dependencies: Boost and CLHEP. Both packages can be freely downloaded from the respective webpages.
     13
     14* Download and install the boost binary package from http://www.boost-consulting.com/products/free
     15* Set the BOOST_PATH environment variable to the chosen installation directory (there has to be a boost/math subdirectory at the location given by BOOST_PATH)