Skip to content
Davio edited this page Sep 6, 2018 · 4 revisions

Installing SBNFit on the GPVMs

First things first, clone the git repository somewhere you'd like and hop inside.

git clone https://github.com/NevisUB/whipping_star.git   
cd  whipping_star

SBNFit requires some special libraries to work, so just source our setup script, setup.sh, to get everything properly loaded up!

. setup.sh

Then cd into the build directory, initialize your cmake and build away! It shouldn't take long.

cd build
cmake ..
make

Clone this wiki locally