| 1 | [[TOC]] |
| 2 | |
| 3 | = MG5+Delphes Tutorial - Bologna June 2016 = |
| 4 | |
| 5 | == Pre-requisites == |
| 6 | |
| 7 | To successfully build Delphes the following prerequisite packages should be installed: |
| 8 | |
| 9 | - gcc/tcl: |
| 10 | |
| 11 | For linux users gcc/tcl should be already installed. For Mac users you should install XCode. |
| 12 | |
| 13 | - ROOT: |
| 14 | |
| 15 | can be downloaded from https://root.cern.ch/downloading-root |
| 16 | Go on latest release, and download a version under "Binary distributions". |
| 17 | |
| 18 | Once it is installed, type: |
| 19 | |
| 20 | source [path_to_installation]/root/bin/thisroot.sh |
| 21 | |
| 22 | The simply type in a terminal: |
| 23 | |
| 24 | echo $ROOTSYS |
| 25 | |
| 26 | If a path is shown then root is properly installed. |
| 27 | |
| 28 | |