Ballistic Clone Repository git clone --recursive https://github.com/marcushcarter/ballistic.git Ballistic cd Ballistic git submodule update --init --recursive Build # Compile with gcc (C++) mkdir build cd build cmake .. cmake --build .