Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[directfb-users] Re: First post...first question :)
Hi,
Keyman Nets <codefreak@ieg.com.br> writes:
> I am starting to play with the examples and i just wanna know, if
> everyone can help me, what the correct options to compile the examples?
> Sorry by disturb...
the examples come with a configure script that generates suitable
Makefiles so you should be able to compile the examples by typing
'configure' followed by 'make'.
Generally you should use pkg-config to compile DirectFB applications.
'pkg-config --cflags directfb' outputs the necessary compiler flags
and 'pkg-config --libs directfb' gives you the linker flags. A simple
example would be:
gcc -o df_dok df_dok.c `pkg-config --cflags --libs`
Salut, Sven
--
Info: To unsubscribe send a mail to listar@directfb.org with
"unsubscribe directfb-users" as subject.
Home |
Main Index |
Thread Index