Fork me on GitHub

Changes between Version 52 and Version 53 of WorkBook/QuickTour


Ignore:
Timestamp:
Aug 23, 2019, 3:34:01 PM (5 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

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