Open
Description
README says :
- In the DirectFB directory type:
./configure
make
make install (as superuser)
But after git clone, there is no "configure".
You have to run "./autogen.sh" which check dependencies and seems to also execute ./configure and finish with a "run make to build directfb".
Is the right procedure :
./autogen.sh
./configure
make
make install (as superuser)
or just
./autogen.sh
make
make install (as superuser)
If the later, how to choose configure options ?
Metadata
Assignees
Labels
No labels
Activity