summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-01-18 00:27:59 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-01-18 00:27:59 +0000
commitd225ffbc5bd0d40c025e7a1542c72718218b0bc3 (patch)
tree369383c33ea112978912d0665096b00a9634e63f /INSTALL
parentfae75219e688426c6be46e46961c48c4eb4df66d (diff)
downloadgtk+-d225ffbc5bd0d40c025e7a1542c72718218b0bc3.tar.gz
Released GTK+ 1.1.13GTK_1_1_13
Sun Jan 17 17:35:28 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.13 * README: INSTALL: docs/gtk-config.1: ver=1.1.13
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index e109ff8264..099e354578 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.12.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.12 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.13.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.13 # 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.12
+ ./configure --with-glib=../glib-1.1.13
This, however, will not work if you built GLIB with different
source and build directories.