]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8170/README.Win32
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8170 / README.Win32
1 ====================================
2    INSTRUCTIONS FOR WINDOWS USERS
3 ====================================
4
5 I)   How to build
6 II)  How to clean
7
8 Note: this is a first version, and does not (yet) have
9 the full functionality offered for the Linux case.
10
11 I) How to build
12 ===============
13
14 To build Pythia8 on windows, open a command prompt, 
15 cd to the location where Pythia has been extracted, 
16 then type nmake with any of these options :
17
18 to build in debug mode :
19
20    nmake -f Makefile.msc CFG="Win32 Debug"
21
22 in optimized mode :
23
24    nmake -f Makefile.msc CFG="Win32 Release"
25
26 libPythia8.lib will be located in $PYTHIADIR\lib directory
27
28
29 II) How to clean
30 ===============
31
32 To clean intermediate (obj) files :
33
34    nmake -f Makefile.msc clean CFG="Win32 Debug"
35 or
36    nmake -f Makefile.msc clean CFG="Win32 Release"
37
38 To clean all binaries (obj, idb, pdb, ilk, lib and exe) :
39
40    nmake -f Makefile.msc distclean CFG="Win32 Debug"
41 or
42    nmake -f Makefile.msc distclean CFG="Win32 Release"
43