]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Allow the path to be NULL, so that people can ask for information about a
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1cabca85c2dd5747465dd7e2a7d131bd46b3f4ea..05b4c7f07ad8cbb9cc0963856e35ad355cd679f4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -22,8 +22,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.3.3.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.3.3                         # change to the toplevel directory
+  % gzip -cd gtk+-2.3.6.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.3.6                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]