summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-11 06:12:24 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-11 06:12:24 +0000
commit353a7158ed4ffffd46fc03627cd4aa071150d786 (patch)
tree43bc7ddeb247f585001e19b05a63efde23b7309c /INSTALL
parent6af277b502e8fd0a3668fa0f7821a929d0e059f5 (diff)
downloadgdk-pixbuf-353a7158ed4ffffd46fc03627cd4aa071150d786.tar.gz
Released GTK+ 1.1.7GTK_1_1_7
Thu Dec 10 22:02:49 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.7 * INSTALL: NEWS: README: configure.in: gtk+.spec: gtk/gtkfeatures.h.in: docs/gtk-config.1: Version to 1.1.7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 368caf255..bea9ba5b1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.6.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.6 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.7.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.7 # 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.6
+ ./configure --with-glib=../glib-1.1.7
This, however, will not work if you built GLIB with different
source and build directories.