WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to compile Directfb?  (Read 1285 times)

Offline Chau

  • Newbie
  • *
  • Posts: 20
How to compile Directfb?
« on: February 17, 2018, 02:49:04 PM »
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:

Code: [Select]
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
Code: [Select]
./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?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: How to compile Directfb?
« Reply #1 on: February 17, 2018, 11:02:37 PM »
Although there are a lot of warnings, this works and the configure script starts to run:
Code: [Select]
$ tce-load -i compiletc automake libtool-dev intltool
./autoconf.sh