]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Don't set the PC_EXPLICIT flag for unused palette entries, that might have
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5fdcb995047f74654af3f5d8a8b58882b2d14b08..f2fcd4f1727d7a6f85b62bd5dca96ccdd694498c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.3.8.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.3.                        # change to the toplevel directory
+  % gzip -cd gtk+-1.3.13.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.3.13                        # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]