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:
-
Jul 24, 2007, 4:38:34 PM (17 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v20
|
v21
|
|
66 | 66 | This is fixed in the subversion head. |
67 | 67 | |
68 | | == Cygwin == |
| 68 | == Windows == |
69 | 69 | |
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 | | |
| 70 | Windows dlls do not yet work, mainly because the clhep needed to be patched, and this |
| 71 | patch is not yet "public". |
| 72 | But 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. |
| 74 | Because 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. |
76 | 76 | Install 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. |
87 | 77 | |
88 | 78 | Links: |