Rev | Line | |
---|
[1157] | 1 | echo ">> Building DelphesCMSFWLite"
|
---|
[1159] | 2 |
|
---|
[976] | 3 | INC="`echo -I$CMSSW_FWLITE_INCLUDE_PATH | sed 's/:/ -I/g'` -I$CMSSW_RELEASE_BASE/src"
|
---|
[835] | 4 |
|
---|
| 5 | LIB="`echo -L$LD_LIBRARY_PATH | sed 's/include/lib/g; s/:/ -L/g'` `echo -L$CMSSW_FWLITE_INCLUDE_PATH | sed 's/include/lib/g; s/:/ -L/g'` -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lCommonToolsUtils"
|
---|
| 6 |
|
---|
[1131] | 7 | g++ -std=c++0x -I. -Iexternal $INC `root-config --cflags --ldflags --libs` -lEG -L. -lDelphes $LIB -o DelphesCMSFWLite examples/DelphesCMSFWLite.cpp
|
---|
[835] | 8 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.