# Note: depends on glu
# Note: depends on gtkglextmm
# Note: depends on curl
# Note: depends on git
# Note: depends on libxml++2
# Note: depends on libzip
git clone https://github.com/timschmidt/repsnapper.git
cd repsnapper
git checkout 3ec05cb9557f3ae7ea8ffefc5a3de40dd4ae1372
echo 'repsnapper: $(LTLIBRARIES)' >> Makefile.am # Work around a dependency issue
NOCONFIGURE=1 ./autogen.sh
mkdir -p build
cd build
../configure --prefix="/usr" --sysconfdir="/etc"
make # Doesn't mind -j#
make install