Fork me on GitHub

Changes between Version 50 and Version 51 of WorkBook/QuickTour


Ignore:
Timestamp:
Apr 4, 2017, 3:23:02 PM (8 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v50 v51  
    1818Finally download and build Delphes:
    1919{{{#!sh
    20 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.0.tar.gz
    21 tar -zxf Delphes-3.4.0.tar.gz
     20wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.4.1.tar.gz
     21tar -zxf Delphes-3.4.1.tar.gz
    2222
    23 cd Delphes-3.4.0
     23cd Delphes-3.4.1
    2424make -j 4
    2525}}}
     
    2727Or, to install with CMake
    2828{{{#!sh
    29 cd Delphes-3.4.0
     29cd Delphes-3.4.1
    3030mkdir build
    3131cd build