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 20 and Version 21 of RaveInstallation


Ignore:
Timestamp:
Jul 24, 2007, 4:38:34 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RaveInstallation

    v20 v21  
    6666This is fixed in the subversion head.
    6767
    68 == Cygwin ==
     68== Windows ==
    6969
    70 Your mileage under cygwin may vary :-(
    71 Please use the svn head, especially if you want the java bindings under cygwin.
    72 (Dont forget bootstrap, when building from the svn repository).
    73 Currently we've been able to compile a static version of rave only with
    74 a static version of clhep (compiled under cygwin, as well).
    75 
     70Windows dlls do not yet work, mainly because the clhep needed to be patched, and this
     71patch is not yet "public".
     72But as soon as it is, Rave "native" windows dlls can be compiled both under cygwin,
     73(using the mingw compiler), as well as using the cross-mingw compiler for e.g. Linux.
     74Because windows is such a peculiar platform, one has to do "make dlls" _after_ having done
     75"make". Apart from this, everything else should be the same.
    7676Install the following packages (incomplete list): boost, boost-devel, gcc-g++, gcc-java, gcc-mingw-java, pkg-config, swig, automake
    77 
    78 This should be achievable without special tweaking and special configuration settings, though.
    79 The usual ''configure; make'' should do the job.
    80 
    81 Using clhep libraries compiled with VC++ (the official way to build clhep under windows)
    82 has not yet been tried.
    83 
    84 Our expertise in this area is likely to rise in the near future.
    85 
    86 We might contribute patches to clhep2 to be able to build shared clhep2 libraries under cygwin.
    8777
    8878Links: