We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d29a5 commit 1eff6e1Copy full SHA for 1eff6e1
README.md
@@ -30,6 +30,7 @@ It is possible to build the software without CMSSW framework if the following pr
30
In order to build the software, please execute the following lines in any directory with write access:
31
```bash
32
git clone https://github.com/SVfit/ClassicSVfit TauAnalysis/ClassicSVfit
33
+export LIBRARY_PATH=$LIBRARY_PATH:$PWD/TauAnalysis/ClassicSVfit/lib
34
make -f TauAnalysis/ClassicSVfit/Makefile -j4
35
```
36
0 commit comments