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:
-
Jun 4, 2007, 10:07:53 AM (18 years ago)
- Author:
-
anonymous
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
11 | 11 | |
12 | 12 | Rave is fully autotooled. '''configure; make; make install''' are your friends. |
13 | | Package builders may want to use '''bootstrap'''. |
| 13 | Package builders may want to call '''bootstrap''' before using |
| 14 | ''configure'' and ''make''. |
14 | 15 | |
15 | 16 | Also note that various packages exist, see the download section. |
… |
… |
|
21 | 22 | the following applications need to be installed on the system: |
22 | 23 | |
23 | | * ''javac'' (will add ''gcj'' as another option) |
| 24 | * ''javac'' (''gcj'' will soon be added as another option) |
24 | 25 | * ''java'' |
25 | 26 | * ''jar'' or ''fastjar'' |
26 | 27 | * ''swig'' |
27 | 28 | |
28 | | It might be necessary to tell the configure where to look for the java |
| 29 | It might be necessary to tell ''configure'' where to look for the java |
29 | 30 | binaries and libraries: |
30 | 31 | {{{ |
… |
… |
|
32 | 33 | }}} |
33 | 34 | |
34 | | Note that with rave < 0.2.2 it is necessary to turn off optimisation, e.g. |
| 35 | |
| 36 | Note that with rave < 0.2.2, for java to work, it is necessary to turn off optimisation, e.g. |
35 | 37 | {{{ |
36 | 38 | configure CXXFLAGS="-g" |
… |
… |
|
41 | 43 | == Cygwin == |
42 | 44 | |
43 | | Building under cygwin is tricky :-( |
44 | | |
45 | | |
| 45 | Building under cygwin is tricky and currently quite yucky :-( |
| 46 | Currently we've been able to compile a static version of rave only with |
| 47 | a static version of clhep (compiled with cygwin, as well). |
| 48 | This should be achievable without special tweaking and special configuration settings, though. |
| 49 | Just an ordinary ''configure; make'' ... |
| 50 | Using clhep libraries compiled with VC++ (the official way to build clhep under windows) |
| 51 | has not yet been tried. |
| 52 | Improvements in this area can be expected in the near future. |
46 | 53 | |
47 | 54 | Links: |