]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
2.7.5
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index b2e2f925b4d3f81878629ee2ac2592e448fc726a..d05e7c81b038f2d827aaa7c634e2cdf885ce50c3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.5.2.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.5.2                         # 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 ]