Difference between revisions of "Guile-GTK"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
m (GTK-Guile moved to Guile-GTK)
(No difference)

Revision as of 13:44, 31 December 2006

Download Source: ftp://ftp.gnu.org/gnu/guile-gtk/guile-gtk-2.0.tar.gz

Introduction to GTK-Guile

Guile-gtk is glue code to make GTK+ accesible from Guile so it provides a convenient interface for Scheme programmers to develop visual applications.

Homepage: http://www.gnu.org/software/guile-gtk

Dependencies

Required

Optional

Configuration Information

The following options may be passed to the configure script:

--with-gdk-pixbuf=<yes/no>: Compile the gtk-2.0 gdk-pixbuf module.
--with-libglade=<yes/no> Compile the gtk-2.0 glade module.
--with-libglade-modules=LIST Comma separated list of libglade modules to build.
--with-gtkgl=<yes/no> Compile the gtk-2.0 gdk-gl and gtk-gl-area modules.

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

To do ...

N32

To do ...

64Bit

To do ...

Contents

Installed Directories: /usr/share/guile-gtk, /usr/share/guile/gtk-2.0, /usr/share/guile/gtk
Installed Programs: build-guile-gtk-2.0
Installed Libraries: libguilegtk-2.0.{a,so}, libguilegdkpixbuf-2.0.{a,so}, libguileglade-2.0.{a,so}

Short Descriptions

build-guile-gtk-2.0 Produces the Guile interface code for Gtk defs.