]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
2.7.5
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index d7778109744e8007d3407e3f61455fecc53c24e2..d05e7c81b038f2d827aaa7c634e2cdf885ce50c3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.5.1.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.5.1                         # change to the toplevel directory
+  % gzip -cd gtk+-2.7.5.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.7.5                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]