summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-03 05:52:19 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-03 05:52:19 +0000
commit7cc3040412061f147c21c3c701bd211458029f9d (patch)
tree3cb8053aa6a0c3c1fc6ad1913290e4306a136f5a /INSTALL
parent8285f4fc6f705e72d16f4c6b24b7587f7c6cf9ab (diff)
downloadgtk+-7cc3040412061f147c21c3c701bd211458029f9d.tar.gz
Fixes for low-color displays and a slight enhancement for true-color
Wed Dec 2 17:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkpixmap.c: Fixes for low-color displays and a slight enhancement for true-color displays. * INSTALL: README: configure.in: gtk+.spec: docs/gtk-config.1: up to version 1.1.6
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 6986321aca..368caf2555 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.5.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.5 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.6.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.6 # 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.5
+ ./configure --with-glib=../glib-1.1.6
This, however, will not work if you built GLIB with different
source and build directories.