|
- Timestamp:
-
Dec 11, 2018, 8:25:58 PM (6 years ago)
- Author:
-
gallmei
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
4 | 4 | Here we rely on the library [https://roottuple.hepforge.org/ RootTuple], which is a lightweight Fortran interface to some existing [https://root.cern.ch/ ROOT] installation. |
5 | 5 | |
6 | | Unfortunately, the default installation process of '!RootTuple' produces only a 'shared' library (*.so) , which is not usable with GiBUU; here we need a 'static' library (*.a). Therefore some rework is needed and the total installation process reads: |
| 6 | Unfortunately, the default installation process of '!RootTuple' produces only a 'shared' library (*.so) , which is not usable with GiBUU; here we need a 'static' library (*.a). Therefore some rework is needed. |
| 7 | |
| 8 | == The easier way == |
| 9 | |
| 10 | If you have followed the downloaded proceduce for the tar-balls, |
| 11 | |
| 12 | == The manual way == |
| 13 | |
| 14 | If something goes wrong, you may try to do the manual copilation procedure: |
7 | 15 | |
8 | 16 | 1) Download the source from https://roottuple.hepforge.org/ |
… |
… |
|
26 | 34 | (Here the '...100...' indicates the version number, which is fixed to be 1.0.0; please do not change!) |
27 | 35 | |
28 | | After this, a new rebuild of GiBUU should detect the library and automatically enable 'ROOT' as a possible output format. |
| 36 | After this, a new rebuild of GiBUU should detect the library. |
|