summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-16 16:57:13 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-16 16:57:13 +0000
commit0dcdac5828bfb039f0a35be2d21fd6b3b8750d4c (patch)
tree6f240f023e64f78b2be9cb26b670da153e4c51d2 /INSTALL
parent7f01a3d32412baf56db6bfe7bf749ee40674fd21 (diff)
downloadgdk-pixbuf-0dcdac5828bfb039f0a35be2d21fd6b3b8750d4c.tar.gz
Released GTK+ 1.1.8GTK_1_1_8
Wed Dec 16 10:20:27 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.8 * ChangeLog: INSTALL: README: gtk+.spec: docs/gtk-config.1: version=1.1.8
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index bea9ba5b1..2529b097e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.7.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.7 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.8.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.8 # 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.7
+ ./configure --with-glib=../glib-1.1.8
This, however, will not work if you built GLIB with different
source and build directories.