Changes between Initial Version and Version 1 of Installation


Ignore:
Timestamp:
Oct 14, 2020, 4:02:23 PM (4 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v1 v1  
     1== Installation on Windows ==
     2
     31. Install Windows Subsystem for linux: https://docs.microsoft.com/en-us/windows/wsl/install-win10 (the example below is for ubuntu installation)
     42. go to www.launchpad.net/mg5amcno
     53. copy the link of the latest tarball
     64. put in your ubuntu terminal: "wget LINK_TO_THE_TARBALL" (change LINK_TO_THE_TARRBALL by the link that you get at point 3)
     75. unpack the code via the command: tar -xzpvf MG5_aMC_vXXXXX.tar.gz
     86. update your package manager: sudo apt-get update
     97. install basic ubuntu package: sudo apt-get install make gfortran gcc g++
     108. Go to directory containing madgraph is should be called MG5_aMC_v followed by the version number --you can press tab to have the auto-completion): "cd MG5_aMC_v..."
     119. type ./bin/mg5_aMC
     1210. You can now type "tutorial" to learn how to use madgraph5_aMC@NLO
     13 
     14Note as on linux, the default text editor is "vi".
     15To start to modify the file you have to type "i"
     16To save and quit the editor you can type first on the escape touch and then on ":x"
     17
     18== Installation on Linux ==
     19
     201. You typically only have to download the code and untar it (tar -xzpvf TARBALL)
     212. You can run the executable within the tarball ./bin/mg5_aMC (and then type tutorial to learn the code)
     22
     23== Installation on Mac ==
     24
     251. Install gfortran (NOT GCC) from http://hpc.sourceforge.net/
     262. Install xcode developpers tool run : xcode-select --install
     273. get the tarball from www.launchpad.net/mg5amcnoand unpack it (tar -xzpvf PATH)
     284. You can run the executable within the tarball ./bin/mg5_aMC (and then type tutorial to learn the code)