]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STARLIGHT/starlight/INSTALL
Fix for Root6
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / INSTALL
CommitLineData
da32329d
AM
1
2To build Starlight:
3
4- First create your build directory (e.g. mkdir <PathToSource>/build)
5- $ cd <BUILDDIR>
6- $ cmake <PathToSource>
7- $ make
8
9This creates an executable file, starlight, in the build directory.
10
11To run starlight a configuration file, slight.in, is needed. Examples of
12this file can be found in the config/ directory.
13
14To run:
15
16$ ./starlight
17
18If you want Pythia support you need to run cmake with an option:
19
20$ cmake <PathToSource> -DENABLE_PYTHIA=ON
21
22In addition the environment variable $PYTHIADIR needs to be pointing
23to the top directory of Pythia8.
24
25P.S. Pythia is disables in this release
26
27//---------------------------------------------------
28
29
30directory standard contains regular Makefile and sample of config file
31
32
33for compilation
34
351) cd standard
362) gmake/make
373) ./starlight
38
39
40enjoy
41
42YG 08/12/2010