]> Pileus Git - ~andy/gtk/blobdiff - HACKING
Add dependency on Atk for accessibility support.
[~andy/gtk] / HACKING
diff --git a/HACKING b/HACKING
index 80d8ea25e473b06d6cabd3c3c70be35624cfd131..85d4be509b1716eaf39fc40a4bad7551acad64f0 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -13,8 +13,8 @@ These should be available by ftp from ftp.gnu.org or any of the
 fine GNU mirrors.  Beta software can be found at alpha.gnu.org.
 
 In order to get CVS gtk+ installed on your system, you need to have
-the most recent CVS version of glib installed as well.
-The installation process of glib is similar to that of gtk+, but
+the most recent CVS version of glib, pango, and atk installed as well.
+The installation process of these libraries is similar to that of gtk+, but
 needs to be fulfilled prior to installation of gtk+.
 
 To compile a CVS version of gtk+ on your system, you will need to take
@@ -45,6 +45,8 @@ gtk+ and glib.  You can do the following to get glib and gtk+ from cvs:
    $ cvs login
      (there is no password, just hit return)
    $ cvs -z3 checkout glib
+   $ cvs -z3 checkout pango
+   $ cvs -z3 checkout atk
    $ cvs -z3 checkout gtk+
 
 For information about submitting patches and commiting changes