summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-11-23 01:46:11 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-11-23 01:46:11 +0000
commit12f7825907f9398ba09c90650afea0305d6dd629 (patch)
tree9b19f0866ce9cb9d8d13a6b4c698ddaddb79c109 /INSTALL
parentd88375e9c3b37572f934e96de3bfc8ca11997cc3 (diff)
downloadgdk-pixbuf-12f7825907f9398ba09c90650afea0305d6dd629.tar.gz
INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented
Sat Nov 21 18:41:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> * configure.in: INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented to 1.1.5 * Released GTK+ 1.1.5
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 220dd82d4..6986321ac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.3.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.3 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.5.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.5 # 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.4
+ ./configure --with-glib=../glib-1.1.5
This, however, will not work if you built GLIB with different
source and build directories.