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