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:16:27 PM (11 years ago)
- Author:
-
Daniel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
5 | 5 | % |
6 | 6 | |
7 | | --with-lhapdf-path=path_to_lhapdf_installation |
| 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 | | --with-root-path=path_to_ROOT_installation |
| 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 | | --enable-pythoninterface:: |
| 15 | * --enable-pythoninterface |
16 | 16 | |
17 | | Compiles the python interface (see section \ref{sec:python |
| 17 | Compiles the python interface |
18 | 18 | |
19 | | |
20 | | To install the library, unpack the {\tt .tar.gz} file, |
21 | | \begin{lstlisting}[basicstyle=\ttfamily,keepspaces=true,columns=fullflexible,escapeinside={(*}{*)}] |
22 | | tar -xzf ntuplesreader-(*$\langle${\it version\/}$\rangle$*).tar.gz |
23 | | \end{lstlisting} |
24 | | where {\it version\/} is a string like `1.0'. |
| 19 | To install the library, unpack the ntuplereader-X.Y.Z.tar.gz file, |
| 20 | {{{ |
| 21 | tar -xzf ntuplesreader-X.Y.Z.tar.gz |
| 22 | }}} |
25 | 23 | Configure, with options as needed, |
26 | | \begin{lstlisting}[basicstyle=\ttfamily,keepspaces=true,columns=fullflexible,escapeinside={(*}{*)}] |
27 | | cd ntuplesreader-(*$\langle${\it version\/}$\rangle$*) |
28 | | ./configure (*$\langle${\rm options}$\rangle$*) |
29 | | \end{lstlisting} |
| 24 | {{{ |
| 25 | cd ntuplesreader-X.Y.Z |
| 26 | ./configure OPTIONS |
| 27 | }}} |
30 | 28 | and then compile and install, |
31 | | \begin{lstlisting}[basicstyle=\ttfamily,keepspaces=true,columns=fullflexible,escapeinside={(*}{*)}] |
| 29 | {{{ |
32 | 30 | make |
33 | 31 | make install |
34 | | \end{lstlisting} |
35 | | To install in a different location than the standard one, use the |
36 | | {\tt --prefix\/} option to the {\tt configure\/} script. |
| 32 | }}} |
| 33 | To install in a different location than the standard one, use the --prefix option to the configure script. |