Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 257 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 257 Bytes

BouncyBall

Dependencies:

libsdl2-dev
libsdl2-image-dev
libsdl2-mixer-dev
libsdl2-ttf-dev
libsigc++-2.0-dev

Compiling:

mkdir build
cd build
cmake .. [-DCMAKE_INSTALL_PREFIX=<path>]
make -j4
make install