blackhat is hosted by Hepforge, IPPP Durham
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.

Changes between Version 1 and Version 2 of NtupleReaderInstallation


Ignore:
Timestamp:
Oct 4, 2013, 2:16:27 PM (11 years ago)
Author:
Daniel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NtupleReaderInstallation

    v1 v2  
    55%
    66
    7 --with-lhapdf-path=path_to_lhapdf_installation
     7* --with-lhapdf-path=path_to_lhapdf_installation
    88
    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.
    1010
    11 --with-root-path=path_to_ROOT_installation
     11* --with-root-path=path_to_ROOT_installation
    1212
    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.
    1414
    15 --enable-pythoninterface::
     15* --enable-pythoninterface
    1616
    17 Compiles the python interface (see section \ref{sec:python
     17 Compiles the python interface
    1818
    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'.
     19To install the library, unpack the ntuplereader-X.Y.Z.tar.gz file,
     20{{{
     21tar -xzf ntuplesreader-X.Y.Z.tar.gz
     22}}}
    2523Configure, 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{{{
     25cd ntuplesreader-X.Y.Z
     26./configure OPTIONS
     27}}}
    3028and then compile and install,
    31 \begin{lstlisting}[basicstyle=\ttfamily,keepspaces=true,columns=fullflexible,escapeinside={(*}{*)}]
     29{{{
    3230make
    3331make 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}}}
     33To install in a different location than the standard one, use the --prefix option to the configure script.