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 2 and Version 3 of NtupleReaderInstallation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NtupleReaderInstallation

    v2 v3  
    11The library is an autotools package, and is installed using the usual
    2 paradigm of configure; make; make install.
     2paradigm of ''configure; make; make install''.
    33
    4 Along with the usual autotools options, the library's configure script offers the following options:
     4Along with the usual autotools options, the library's ''configure'' script offers the following options:
    55%
    66
    77* --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
    1111* --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
    1515* --enable-pythoninterface
     
    1717 Compiles the python interface
    1818
    19 To install the library, unpack the ntuplereader-X.Y.Z.tar.gz file,
     19To install the library, unpack the ''ntuplereader-X.Y.Z.tar.gz'' file,
    2020{{{
    2121tar -xzf ntuplesreader-X.Y.Z.tar.gz
     
    3131make install
    3232}}}
    33 To install in a different location than the standard one, use the --prefix option to the configure script.
     33To install in a different location than the standard one, use the ''--prefix'' option to the ''configure'' script.