]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Fix MSVC build problem. (#339739, Kazuki Iwamoto)
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 34ae101b74a1ed5306a3e0ce0acc967ec3b8460e..71a688eea937d114ee94ecc4ce685243aae3794a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.7.2.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.7.2                         # change to the toplevel directory
+  % gzip -cd gtk+-2.9.2.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.9.2                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]