Simply run 

./configure --prefix=/usr --enable-animation

to check for deps, if that doesn't work, try:

./autogen.sh --prefix=/usr --enable-animation

afterwards run

make

and then as root:

make install

That's it!
