Changes between Version 1 and Version 2 of OutDated/UserManual
- Timestamp:
- Nov 13, 2012, 5:41:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/UserManual
v1 v2 5 5 In order to run DELPHES on your system, first download is sources and compile it: 6 6 {{{ 7 me@mylaptop:~$ wget http ://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/files/Delphes_V_*.*.tar.gz8 me@mylaptop:~$ tar -xvf Delphes_V_ *.*.tar.gz9 me@mylaptop:~$ cd Delphes_V_ *.*7 me@mylaptop:~$ wget https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_2.0.3.tar.gz 8 me@mylaptop:~$ tar -xvf Delphes_V_2.0.3.tar.gz 9 me@mylaptop:~$ cd Delphes_V_2.0.3 10 10 me@mylaptop:~$ ./genMakefile.tcl > Makefile 11 11 me@mylaptop:~$ make