diff options
author | Shawn T. Amundson <amundson@gtk.org> | 1998-12-17 06:49:15 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-12-17 06:49:15 +0000 |
commit | 2fa220504ca78735826beb3cbe7d29e1ec55f565 (patch) | |
tree | f3f3555b8c9efb65bb7a664f8e9e343b8212a0ad /INSTALL | |
parent | a9575223a6aa8dafd08736a3f615e32d6f7cd61c (diff) | |
download | gdk-pixbuf-2fa220504ca78735826beb3cbe7d29e1ec55f565.tar.gz |
Released GTK+ 1.1.9GTK_1_1_9
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
gtk/gtkfeatures.h.in:
docs/gtk-config.1: version=1.1.9
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ you got this package. Simple install procedure ======================== - % gzip -cd gtk+-1.1.8.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.1.8 # change to the toplevel directory + % gzip -cd gtk+-1.1.9.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.1.9 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -92,7 +92,7 @@ You can compile GTK+ against a copy of GLIB that you have not yet installed. To do this, give the --with-glib=DIR options to ./configure. For instance: - ./configure --with-glib=../glib-1.1.8 + ./configure --with-glib=../glib-1.1.9 This, however, will not work if you built GLIB with different source and build directories. |