]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/INSTALL
STARLIGHT code and interface
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / INSTALL
diff --git a/STARLIGHT/starlight/INSTALL b/STARLIGHT/starlight/INSTALL
new file mode 100644 (file)
index 0000000..56f060f
--- /dev/null
@@ -0,0 +1,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
\ No newline at end of file