summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>1998-12-31 02:25:58 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-31 02:25:58 +0000
commitc44d39c06e3733524d02ccafabbf4a54208ba7e1 (patch)
treeb602582ab2ca4a941c103a51057a7bb0eb5879da /INSTALL
parent7e855cfc4580a356267d79eeedd33154418b869a (diff)
downloadgdk-pixbuf-c44d39c06e3733524d02ccafabbf4a54208ba7e1.tar.gz
Released GTK+ 1.1.11GTK_1_1_11
Wed Dec 30 18:39:21 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.11 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.11 Also fixed docs/Makefile.am so make distcheck works well now, even on an SMP machine. Do these .po files really have to be remade during a make dist?
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 28f5b92f3..006b9c54b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.10.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.10 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.11.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.11 # 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.10
+ ./configure --with-glib=../glib-1.1.11
This, however, will not work if you built GLIB with different
source and build directories.