wanted to install critterding, but there doesnt seem to be an ubuntu package.
had to install some packages:
sudo apt-get install autoconf libtool g++ libfreetype6-dev libsdl-dev
downloaded sources, went to source directory:
touch aclocal.m4 # necessary?
autoreconf -fi
./configure
make
now execute:
src/critterding
yay!



