From 2906dad14bbaf3c8f904bd2a89a3cc63888c89bb Mon Sep 17 00:00:00 2001 From: Seth Zenz Date: Mon, 9 Feb 2015 17:18:24 +0100 Subject: [PATCH] fix typo in README, add additional compilation notes --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10666307a..87c085c33 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ ``` cmsrel CMSSW_7_1_5 - cd cmsrel CMSSW_7_1_5/src + cd CMSSW_7_1_5/src cmsenv git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit git clone git@github.com:sethzenz/flashggFinalFit.git flashggFinalFit + scram b -j 9 + ``` + +Two packages need to be built with their own makefiles, if needed. Please note that there will be verbose warnings from BOOST etc: + + ``` + cd ${CMSSW_BASE}/src/flashggFinalFit/Background + make + cd ${CMSSW_BASE}/src/flashggFinalFit/Signal + make ```