]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Add hints on how to handle "no window" widgets. (#136347)
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4d85f4ce9a173667b4ff7dcbc395d61f64d99f3b..cbd4796d4ea65bf0b9c57c97e9d7775107b2d2bd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.7.0.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.7.0                         # change to the toplevel directory
+  % gzip -cd gtk+-2.7.3.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.7.3                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]