summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-08-04 23:44:27 +0000
committerTim Janik <timj@src.gnome.org>1998-08-04 23:44:27 +0000
commitc4b3014e09900fc1342ce5dbf191e05b4ada11bc (patch)
tree7557634d4990dd8e9295d8312d6a7a0c18f4f37c /INSTALL
parented3c12aa5f1d10206d66216fd05f19c92d6d19bd (diff)
downloadgtk+-c4b3014e09900fc1342ce5dbf191e05b4ada11bc.tar.gz
version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1
Tue Aug 4 16:18:26 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.1, binary age 0, interface age 0. GLib version 1.1.1 is now required at minimum. * docs/Makefile.am: added gtk_tut_fr.sgml to EXTRA_DIST (french version of the Gtk+ tutorial, contributed by Eric Jacoboni <jaco@dotcom.fr>.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index cd9fa30ba0..aa2d716b07 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
Simple install procedure
========================
- % gzip -cd gtk+-1.1.0.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.1.0 # change to the toplevel directory
+ % gzip -cd gtk+-1.1.1.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.1.1 # 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.0
+ ./configure --with-glib=../glib-1.1.1
This, however, will not work if you built GLIB with different
source and build directories.