summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-02-04 13:32:14 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-04 13:32:14 +0000
commit7db6313ab543c11c7c2e823c0184bd43ce36b9b7 (patch)
treec58ed2ee38b6fc1659cfb40d95eef58494951203 /INSTALL
parent7f4ba9180018755e5fb43dd3b99a2ed11ff3a6b3 (diff)
downloadgdk-pixbuf-7db6313ab543c11c7c2e823c0184bd43ce36b9b7.tar.gz
version=1.1.15GTK_1_1_15
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL NEWS README configure.in gtk+.spec docs/gtk-config.1: version=1.1.15 * Makefile.am: example files where incorrect for menu directory. * Released GTK+ 1.1.15
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 41c4c5e65..d37957026 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.14.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.14 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.15.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.15 # 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.14
+ ./configure --with-glib=../glib-1.1.15
This, however, will not work if you built GLIB with different
source and build directories.