Fork me on GitHub

Changes between Version 1 and Version 2 of OutDated/DocumenTation


Ignore:
Timestamp:
Sep 17, 2012, 8:35:50 AM (12 years ago)
Author:
favereau
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/DocumenTation

    v1 v2  
    55In order to run DELPHES on your system, first download is sources and compile it:
    66{{{
    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
    1211}}}
    1312