]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Don't try to use pkg-config when we didn't find it. (#62944, Eric Lemings)
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 634cc143b2e74a407e34501e1748f951a57b93b5..f002dc7592bb13cf0d8c1292c9c08e61f7dc7998 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,15 +3,7 @@ Prerequisites
 
 GTK+ requires the following packages:
 
- - The GLIB library, available at the same location as GTK+
-
- - The Pango library, available from:
-
-      http://www.pango.org/download.shtml
-
-   Pango also requires the FriBidi library, available from:
-
-      http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/
+ - The GLIB, Pango, and Atk libraries, available at the same location as GTK+
 
  - The TIFF, PNG, and JPEG image loading libraries. You most
    likely have these installed on your system already. If not
@@ -28,8 +20,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-1.3.4.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-1.3.                        # change to the toplevel directory
+  % gzip -cd gtk+-1.3.10.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-1.3.10                        # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]