]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Fix MSVC build problem. (#339739, Kazuki Iwamoto)
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 211dfd8e3da08e803ea13631e4c2d48d6574359f..71a688eea937d114ee94ecc4ce685243aae3794a 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.4.0.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.4.0                         # 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 ]