- C++ compiler with C++11 support (e.g. g++ >= 4.8.2)
- ROOT (>= 5.34.30), http://root.cern.ch
Checkout the code using the following command:
git clone --recursive https://github.com/rnc-lbl/star-picoDst.git
Compile and build libraries:
cd star-picoDst/
mkdir build && cd build
cmake -D CMAKE_INSTALL_PREFIX=./ ../
make install