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 7, 2007, 9:43:27 AM (17 years ago)
- Author:
-
fmos
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
19 | 19 | The same counts for CLHEP as well. It is released as source package as well es precompiled binaries. At the moment however there are no appropriate binaries for use with the latest generation of Microsoft compilers. Therefore users must compile the libraries on their own, which is straightforward, but involves the use of Cygwin. To circumvent the necessity of installing the otherwise unnecessary Cygwin environment, we will provide a precompiled package of the current version of CLHEP. |
20 | 20 | |
21 | | * Download and unpack the CLHEP binary package from NotYetUploaded |
| 21 | * Download and unpack the CLHEP binary package from our download site: [http://www.hepforge.org/archive/rave/CLHEP%202.0.3.2%20MD.zip CLHEP 2.0.3.2 MD.zip] |
22 | 22 | * Set the CLHEP_PATH environment variable to the destination chosen during unpacking. (There has to be an `include/CLHEP/Vector` subdirectory at the given location.) |
23 | 23 | |
… |
… |
|
42 | 42 | == Build Rave == |
43 | 43 | |
44 | | * Double-click the Visual Studio solution called Rave.sln |
| 44 | * Double-click the Visual Studio solution called `Rave.sln` |
45 | 45 | |
46 | 46 | Depending on whether you want to use Rave in a Java framework or in a C++ application, different configurations are available. They are built in seperate directories which allows to build each of them and use them in both ways. The default described here targets the Java bindings. |