GTK+
From TheLinuxVault
(Redirected from GTK)
The Gimp Toolkit, GTK+ was originally developed for the GIMP graphics package. It is now a highly advanced, cross-platform widget toolkit for graphical application development. It is used extensively in the Linux world. It is licensed under the LGPL.
Contents |
[edit] Package
- gtk
[edit] Description
- Cross-platform widget toolkit used in GIMP and other programs.
[edit] Main Page
[edit] Current Stable Version
- 2.10.14
[edit] License
[edit] Version Check
- unknown
[edit] Dependencies
[edit] Standard Build Units (SBUs)
- unknown
[edit] Download URLs
- BZ2: ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-2.10.14.tar.bz2
- GZ: ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-2.10.14.tar.gz
- Directory: ftp://ftp.gtk.org/pub/gtk/
[edit] Compilation Sequence
- bunzip2 gtk+-2.10.14.tar.bz2 | tar x
- cd gtk+-2.10.14
- ./configure --prefix=/usr
- make
- su
- make install
- exit
- cd ..
[edit] External links
- GTK+ API documentation
- Foundations of GTK+ Development, book on GTK+ development

