-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
42 lines (23 loc) · 837 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
To build Starlight:
- First create your build directory (e.g. mkdir <PathToSource>/build)
- $ cd <BUILDDIR>
- $ cmake <PathToSource>
- $ make
This creates an executable file, starlight, in the build directory.
To run starlight a configuration file, slight.in, is needed. Examples of
this file can be found in the config/ directory.
To run:
$ ./starlight
If you want Pythia support you need to run cmake with an option:
$ cmake <PathToSource> -DENABLE_PYTHIA=ON
In addition the environment variable $PYTHIADIR needs to be pointing
to the top directory of Pythia8.
P.S. Pythia is disables in this release
//---------------------------------------------------
directory standard contains regular Makefile and sample of config file
for compilation
1) cd standard
2) gmake/make
3) ./starlight
enjoy
YG 08/12/2010