Fork me on GitHub

Changes between Initial Version and Version 1 of WorkBook/QuickTour


Ignore:
Timestamp:
Nov 19, 2012, 8:50:58 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v1 v1  
     1== Getting the Source ==
     2
     3Commands to download Delphes' source and build Delphes:
     4
     5{{{
     6  setup ROOT environment variables
     7
     8  wget --no-check-certificate https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_3.0.0.tar.gz
     9  tar -zxf Delphes_V_3.0.0.tar.gz
     10
     11  cd Delphes_V_3.0.0
     12  make -j 4
     13}}}