GTK+

From TheLinuxVault

(Redirected from GTK)
Jump to: navigation, search

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

[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

Personal tools