Warning, /GenFit/README.build is written in an unsupported language. File is not indexed.
0001 To build GENFIT cmake is needed in version 2.6 or higher.
0002
0003 To create the library, create a build directory and change into it. E.g.
0004 mkdir build; cd build
0005
0006 Now create the Makefiles by invoking:
0007 cmake ..
0008
0009 And build:
0010 make
0011
0012 The libraries are created in the subdirectory lib/ of the build directory.
0013
0014 To install the libraries and copy all header files into the directories lib/ and
0015 include/ in the root directory of the project, invoke
0016 make install
0017
0018
0019 To build the doxygen:
0020 make doc
0021
0022 To build the examples/tests (also see README in test/):
0023 make tests
0024
0025 To build GFRave and the vertexing examples, you need an installation of Rave (https://rave.hepforge.org/), and the environment variable RAVEPATH set.
0026 export RAVEPATH=<yourRaveDirectory>