summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-02-16 21:25:25 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-16 21:25:25 +0000
commitf15ea7024bc3ab8909e62783a6ee04ec7ffaadf0 (patch)
tree28dba69683be100918ccf18d5e9bbe900b85d20a /INSTALL
parent89b9ff8b2b1c20f7bccae4d58bfc5924886f5673 (diff)
downloadgdk-pixbuf-f15ea7024bc3ab8909e62783a6ee04ec7ffaadf0.tar.gz
version = 1.1.16GTK_1_1_16
Tue Feb 16 14:25:44 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL README configure.in gtk+.spec docs/gtk-config.1: version = 1.1.16 * Makefile.am: removed colorsel example since it doesn't actually exist. * Released GTK+ 1.1.16
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index d37957026..feb61aa55 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.15.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.15 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.16.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.16 # 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.15
+ ./configure --with-glib=../glib-1.1.16
This, however, will not work if you built GLIB with different
source and build directories.