Skip to content

Compiling on Debian Jessie (stable)

Andrew Mickelson edited this page Apr 30, 2015 · 6 revisions

Commands to install the necessary dependencies, clone the attract-mode development repository, and build and install on Debian Jessie:

apt-get install build-essential pkg-config git libfontconfig-dev libopenal-dev sfml-dev libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev

git clone http://github.com/mickelson/attract attract

cd attract
make -j 3

sudo make install