build dependencies

configure should be used with:

./configure --enable-shared --prefix=/your/install/path

–enable-shared is needed because of buggy gtk/libcairo which does not want to be statically compiled in

make devel

creates symlinks in the prefix directory instead of installing it

home