Changes between Version 1 and Version 2 of OutDated/DocumenTation
- Timestamp:
- Sep 17, 2012, 8:35:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/DocumenTation
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.gz 8 me@mylaptop:~$ tar -xvf Delphes_V_*.*.tar.gz 9 me@mylaptop:~$ cd Delphes_V_*.* 10 me@mylaptop:~$ ./genMakefile.tcl > Makefile 11 me@mylaptop:~$ make 7 tar -xvf Delphes_V_XXX.tar.gz 8 cd Delphes_V_XXX 9 ./configure 10 make 12 11 }}} 13 12