Installation

Supported Operating Systems

Pre-compiled Binaries

Build From Source

CMake Build Options

Clone GitHub Repository

git clone https://github.com/BALL-Project/ball.git

Linux

Prerequisites

Configure and Build

cd ball
mkdir build
cd build
cmake ..
make

Mac OS X

Windows