Fork me on GitHub

source: svn/trunk/examples/DelphesProMC.sh@ 1146

Last change on this file since 1146 was 1146, checked in by Pavel Demin, 11 years ago

fix several problems in DelphesProMC

File size: 253 bytes
RevLine 
[1140]1
2INC="-I$PROMC/include -I$PROMC/src"
3
[1146]4LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
[1140]5
[1146]6g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp
[1140]7
Note: See TracBrowser for help on using the repository browser.