]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
2.7.5
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index df835d1dc0428f9dd753affd5ba370a2966c8322..d05e7c81b038f2d827aaa7c634e2cdf885ce50c3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,18 +12,14 @@ GTK+ requires the following packages:
    these libraries are available from:
 
     http://www.libtiff.org/
-    ftp://swrinde.nde.swri.edu/pub/png/src/
-    ftp://ftp.uu.net/graphics/jpeg/
-
-   If these libraries are not available, the corresponding 
-   image loaders will simply not be built. However, this
-   may cause applications using GTK+ not to function properly.
+    http://www.libpng.org/
+    http://www.ijg.org/
 
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.3.0.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.3.0                         # change to the toplevel directory
+  % gzip -cd gtk+-2.7.5.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.7.5                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]