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