You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
philthiel edited this page May 5, 2017
·
9 revisions
Prerequisites
Git
CMake >= 3.1.x
Python 2.7
Build ball_contrib
For more detailed information please also look here.
git clone https://github.com/BALL-Project/ball_contrib.git
cd ball_contrib
mkdir build
cd build
cmake ..
make
// Get a coffee and be patient, this can take hours ...
Build BALL
git clone https://github.com/BALL-Project/ball.git
cd ball
mkdir build
cd build
cmake .. -DBALL_CONTRIB_PATH=<path_to_ball_contrib>/build/install
make