|
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:41:29 PM (17 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v21
|
v22
|
|
68 | 68 | == Windows == |
69 | 69 | |
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, |
| 70 | Windows dlls do not yet work, mainly one clhep patch which is needed is not yet |
| 71 | published. But as soon as it is, Rave "native" windows dlls can be compiled both under cygwin, |
73 | 72 | (using the mingw compiler), as well as using the cross-mingw compiler for e.g. Linux. |
74 | 73 | 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 | | Install the following packages (incomplete list): boost, boost-devel, gcc-g++, gcc-java, gcc-mingw-java, pkg-config, swig, automake |
| 74 | "make". Apart from this, everything else should be the same. For cross-compiling, |
| 75 | cross-configure.sh and cross-make.sh come with rave (see ./scripts). |
| 76 | |
| 77 | Under cygwin, the following packages should be installed: boost, boost-devel, gcc-mingw-g++, gcc-mingw-java, pkg-config, swig, automake |
77 | 78 | |
78 | 79 | Links: |
|