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.
- Timestamp:
-
Nov 6, 2007, 11:59:23 AM (17 years ago)
- Author:
-
fmos
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
3 | 3 | This 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. |
4 | 4 | |
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 | |
| 12 | Rave 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) |