Skip to content

confusing install procedure #5

@setop

Description

@setop

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 ?

Metadata

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