]> Pileus Git - ~andy/gtk/blobdiff - INSTALL
Updated Arabic Translation by Djihed Afifi.
[~andy/gtk] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4a916bef47f20822198fbff2ed2f1044116f2d12..20b668d72de9280c7d7a9493f1ed95306ecb2633 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Prerequisites
 GTK+ requires the following packages:
 
  - The GLib, Pango, ATK and cairo libraries, available at the same 
-   location as GTK+. GTK+ 2.11.6 requires at least GLib 2.12, 
+   location as GTK+. GTK+ 2.12.0 requires at least GLib 2.12, 
    Pango 1.13, ATK 1.9 and cairo 1.2.
 
  - The TIFF, PNG, and JPEG image loading libraries. You most
@@ -20,8 +20,8 @@ GTK+ requires the following packages:
 Simple install procedure
 ========================
 
-  % gzip -cd gtk+-2.11.6.tar.gz | tar xvf - # unpack the sources
-  % cd gtk+-2.11.6                        # change to the toplevel directory
+  % gzip -cd gtk+-2.12.0.tar.gz | tar xvf - # unpack the sources
+  % cd gtk+-2.12.0                        # change to the toplevel directory
   % ./configure                                   # run the `configure' script
   % make                                  # build GTK+
   [ Become root if necessary ]