]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
removed return_if_fail (label->words != NULL) since that's a valid case
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index aa2d716b07ab7f53e4d58cbd0c511a0b814bf30e..28f37859a5b04f6603559b30f51dae25b629dd89 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.1.1.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.1.1                          # change to the toplevel directory
+  % gzip -cd gtk+-1.1.9.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.1.9                          # 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.1
+ ./configure --with-glib=../glib-1.1.9
 
 This, however, will not work if you built GLIB with different
 source and build directories.