Skip to content

confusing install procedure #5

Open
@setop

Description

README says :

  1. 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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions