]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Released GTK+ 1.1.7
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 368caf2555aaea9072e9ae01f3541556b9010f95..bea9ba5b1e0ba901bdcb8898a8dd0fe53cb9748e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,8 +7,8 @@ you got this package.
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.1.6.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.1.6                          # change to the toplevel directory
+  % gzip -cd gtk+-1.1.7.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.1.7                          # 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.6
+ ./configure --with-glib=../glib-1.1.7
 
 This, however, will not work if you built GLIB with different
 source and build directories.