~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to INSTALL

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
************************************************************
2
2
*                                                          *
3
 
*           W E L C O M E  to  M A D G R A P H  5          *
 
3
*   W E L C O M E  to  M A D G R A P H 5 _ a M C @ N L O   *
4
4
*                                                          *
5
5
*                                                          *
6
6
*                 *                       *                *
9
9
*                   *        * *        *                  *
10
10
*                 *                       *                *
11
11
*                                                          *
12
 
*    The MadGraph Development Team - Please visit us at    *
 
12
*    The MadGraph5_aMC@NLO Development Team - Find us at   *
13
13
*    https://server06.fynu.ucl.ac.be/projects/madgraph     *
 
14
*                            and                           *
 
15
*                  http://amcatnlo.cern.ch                 *
14
16
*                                                          *
15
17
*                   Code download from:                    *
16
18
*             https://launchpad.net/madgraph5              *
20
22
Dependencies :
21
23
===============
22
24
 
 
25
 * MadGraph5_aMC@NLO *
 
26
 
23
27
- Python 2.6 (or higher, but not compatible with 3.X)
24
28
 
25
 
If you want to provide output for MadEvent, you also need:
 
29
 * MadEvent *
 
30
Package for the LO cross-section computation and generation of events 
 
31
 
26
32
- bash
27
33
- perl 5.8 (or higher)
28
34
- a Fortran 77 compiler (such as g77 or gfortran)
29
35
 
 
36
 * aMC@NLO *
 
37
Package for the NLO cross-section computation (matched to shower) and
 
38
generation of events 
 
39
 
 
40
- bash
 
41
- gfortran4.6 (or higher)
 
42
 
30
43
On Windows:
31
44
===========
32
45
 
33
46
In order to run MG5 you need to
34
47
1) add the Python directory to the PATH
35
 
2) run $> python ./bin/mg5
 
48
2) run $> python ./bin/mg5_aMC
 
49
 
 
50
Note that most of the output (including madevent/aMCatNLO)
 
51
are not compatible with Windows even with cygwin.