Skip to content

Compiling on Debian Jessie (stable)

Antony Messerli edited this page Dec 28, 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 libfontconfig1-dev libopenal-dev libsfml-dev libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavresample-dev libjpeg-dev

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

cd attract
make -j 3

sudo make install