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 5 and Version 6 of InstallationForVisualStudio


Ignore:
Timestamp:
Nov 7, 2007, 9:43:27 AM (17 years ago)
Author:
fmos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationForVisualStudio

    v5 v6  
    1919The 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.
    2020
    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]
    2222 * 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.)
    2323
     
    4242== Build Rave ==
    4343
    44  * Double-click the Visual Studio solution called Rave.sln
     44 * Double-click the Visual Studio solution called `Rave.sln`
    4545
    4646Depending 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.