source:
git/examples/DelphesProMC.sh@
39022b6
Last change on this file since 39022b6 was 4b17b1e, checked in by , 11 years ago | |
---|---|
|
|
File size: 253 bytes |
Rev | Line | |
---|---|---|
[4b17b1e] | 1 | |
2 | INC="-I$PROMC/include -I$PROMC/src" | |
3 | ||
4 | LIB="-L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz" | |
5 | ||
6 | g++ -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesProMC examples/DelphesProMC.cpp $PROMC/src/*.cc | |
7 |
Note:
See TracBrowser
for help on using the repository browser.