close
Warning:
Can't synchronize with repository "(default)" (/hepforge/svn/blackhat does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 4, 2013, 2:18:37 PM (11 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 1 | The library is an autotools package, and is installed using the usual |
2 | | paradigm of configure; make; make install. |
| 2 | paradigm of ''configure; make; make install''. |
3 | 3 | |
4 | | Along with the usual autotools options, the library's configure script offers the following options: |
| 4 | Along with the usual autotools options, the library's ''configure'' script offers the following options: |
5 | 5 | % |
6 | 6 | |
7 | 7 | * --with-lhapdf-path=path_to_lhapdf_installation |
8 | 8 | |
9 | | Sets the location of the \textsc{lhapdf} installation. This option is needed only if the helper program lhapdf-config is not in the executable search path. |
| 9 | Sets the location of the \textsc{lhapdf} installation. This option is needed only if the helper program ''lhapdf-config'' is not in the executable search path. |
10 | 10 | |
11 | 11 | * --with-root-path=path_to_ROOT_installation |
12 | 12 | |
13 | | Sets the location of the root installation. This option is needed only if the helper program root-config is not in the executable search path. |
| 13 | Sets the location of the root installation. This option is needed only if the helper program ''root-config'' is not in the executable search path. |
14 | 14 | |
15 | 15 | * --enable-pythoninterface |
… |
… |
|
17 | 17 | Compiles the python interface |
18 | 18 | |
19 | | To install the library, unpack the ntuplereader-X.Y.Z.tar.gz file, |
| 19 | To install the library, unpack the ''ntuplereader-X.Y.Z.tar.gz'' file, |
20 | 20 | {{{ |
21 | 21 | tar -xzf ntuplesreader-X.Y.Z.tar.gz |
… |
… |
|
31 | 31 | make install |
32 | 32 | }}} |
33 | | To install in a different location than the standard one, use the --prefix option to the configure script. |
| 33 | To install in a different location than the standard one, use the ''--prefix'' option to the ''configure'' script. |