You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
README says :
./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 ?
The text was updated successfully, but these errors were encountered: