gtk+ 3.24.51
Cross-platform toolkit for creating graphical user interfaces
GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites.
- Outputs:
bin,out - Website: https://www.gtk.org/
- Licenses: LGPL 2.0+
- Package source: gnu/packages/gtk.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gtk+ 3.24.51 as follows:
guix install gtk+@3.24.51
Or install the latest version:
guix install gtk+
The gtk+ package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install gtk+:bin
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.