]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
=== Released 2.2.0 ===
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index fbe3c12ab0219c4fa5e60a62e537f4903daba61e..6eb05f65cb821a18ad980f37995a54a95251f98c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,6 +4,8 @@ Prerequisites
 GTK+ requires the following packages:
 
  - The GLib, Pango, and Atk libraries, available at the same location as GTK+
+   (Either Pango-1.0 or Pango-1.2 can be used with GTK+-2.2; 
+   Pango-1.2 is recommended.)
 
  - The TIFF, PNG, and JPEG image loading libraries. You most
    likely have these installed on your system already. If not
@@ -20,8 +22,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.1.5.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.1.5                         # change to the toplevel directory
+  % gzip -cd gtk+-2.2.0.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.2.0                         # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK
   [ Become root if necessary ]