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
|
Rev | Line | |
---|
[1140] | 1 |
|
---|
| 2 | INC="-I$PROMC/include -I$PROMC/src"
|
---|
| 3 |
|
---|
[1146] | 4 | LIB="$PROMC/src/*.cc -L$PROMC/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz"
|
---|
[1140] | 5 |
|
---|
[1146] | 6 | g++ -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.