diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 22:54:02 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:54:02 +0200 |
commit | bd2c42a9f75f44cf1faae28af3bf97ef4fb31509 (patch) | |
tree | c4c458e5fae053aae07ddd57a14014970de6eeab /libraries/guile-gtk/README | |
parent | 20d65c367c46bac9c579a9bafec87f278aa1a351 (diff) | |
download | slackbuilds-bd2c42a9f75f44cf1faae28af3bf97ef4fb31509.tar.gz |
libraries/guile-gtk: Added to 12.1 repository
Diffstat (limited to 'libraries/guile-gtk/README')
-rw-r--r-- | libraries/guile-gtk/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/guile-gtk/README b/libraries/guile-gtk/README new file mode 100644 index 0000000000..146c05eb58 --- /dev/null +++ b/libraries/guile-gtk/README @@ -0,0 +1,20 @@ +This is some glue code to make GTK accessible from Guile (1.6.4 or up). It +provides a convenient interface for Scheme programmers to develop graphical +user interfaces. This version of guile-gtk is stripped down and intended for +people who want to use GTK without Gnome. + +GtkGLArea is required to build guile-gtk. + +guile-gtk version 0.60 was the last to support GTK+-1.2. To install this +version instead, download the source from here: +ftp://ftp.gnu.org/gnu/guile-gtk/guile-gtk-0.60.tar.gz +md5sum: 61a2e4d9326b40b65ce6c68bf1feb5db + +Installation: +VERSION=0.60 ./guile-gtk.SlackBuild + +Note that installing both version 0.60 and the latest version will result in +some common files getting clobbered. GtkGLArea should not be necessary for +version 0.60 (but possibly an older version of GtkGLArea), as it is already +handicapped with the removal of gdk-pixbuf from Slackware beginning with +Slackware 12.0. |