summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-01-04 11:04:11 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-01-04 11:04:11 +0000
commitc20ce751795ade36c73e2e04ddf712ef489b5e48 (patch)
tree375c626694d5821e0c14a737fbcd147b856ce952 /INSTALL
parent37acae88451cca5e99f95a492c915bd7a0ebab94 (diff)
downloadgtk+-c20ce751795ade36c73e2e04ddf712ef489b5e48.tar.gz
Released GTK+ 1.1.12GTK_1_1_12
Mon Jan 4 03:45:42 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.12 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.12
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 006b9c54be..e109ff8264 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.11.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.11 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.12.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.12 # 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.11
+ ./configure --with-glib=../glib-1.1.12
This, however, will not work if you built GLIB with different
source and build directories.