In a follow up to this question (
http://forum.tinycorelinux.net/index.php/topic,21566.0.html) I am now trying to implement fading between two images. While searching I found the DirectFB library
hoping that it can provide me with an API allowing me to fade from one image to another with a reasonable frame rate (my own simple implementation only does 1-2 fps).
I have found the GitHub page for the code and cloned it:
git -clone https://github.com/DirectFB/directfb
I have installed the three libraries libtool, autoconf and automake which autogen.sh tells me it requires.
When running
./autocon.sh
it get a lot of errors (which I have no idea how to get from my RPI to this question).
Can you help me how to build DirectFB?