http://directfb.org/wiki/index.php/Projects:GTK_on_DirectFB
GTK-DFB Requirements
Other than a recent DirectFB version ( you need DirectFB >= 0.9.25 ), a complete GTK-DFB environment is composed by the following libraries (system libraries like libc are of course needed but are not listed here):
[code]
GTK+ - The GTK+ library which includes the GTK-DFB backend
Cairo - The 2D vectorial drawing library that GTK relies upon starting from version 2.8.0
Pango - GTK+ font rendering library
GLib - A Library that extends libc functions
ATK - GTK+ accessibility toolkit
[/code]
Notice that the while Glib and ATK are indipendent from the windowing system underlying GTK+, so you don't need to recompile them and stock oibraries provided by your distribution will do.
GTK-DFB Requirements
Other than a recent DirectFB version ( you need DirectFB >= 0.9.25 ), a complete GTK-DFB environment is composed by the following libraries (system libraries like libc are of course needed but are not listed here):
[code]
GTK+ - The GTK+ library which includes the GTK-DFB backend
Cairo - The 2D vectorial drawing library that GTK relies upon starting from version 2.8.0
Pango - GTK+ font rendering library
GLib - A Library that extends libc functions
ATK - GTK+ accessibility toolkit
[/code]
Notice that the while Glib and ATK are indipendent from the windowing system underlying GTK+, so you don't need to recompile them and stock oibraries provided by your distribution will do.
'Linux' 카테고리의 다른 글
get directory size on linux (0) | 2013.09.26 |
---|---|
get directory size on linux (0) | 2013.09.26 |
libxau (0) | 2013.09.26 |
libxcb (0) | 2013.09.26 |
kbproto inputproto x11 library (0) | 2013.09.26 |