Fork me on GitHub

Changes between Version 58 and Version 59 of WorkBook/QuickTour


Ignore:
Timestamp:
Jun 3, 2021, 12:52:53 PM (3 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v58 v59  
    1717Finally download and build Delphes:
    1818{{{#!sh
    19 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.2.tar.gz
    20 tar -zxf Delphes-3.4.2.tar.gz
     19wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.5.0.tar.gz
     20tar -zxf Delphes-3.5.0.tar.gz
    2121
    22 cd Delphes-3.4.2
     22cd Delphes-3.5.0
    2323make -j 4
    2424}}}
     
    2626Or, to install with CMake
    2727{{{#!sh
    28 cd Delphes-3.4.2
     28cd Delphes-3.5.0
    2929mkdir build
    3030cd build