diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-03 20:11:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-03 20:11:14 +0000 |
commit | 42cc312df65ba892bfc21e638f109c77be3cd00e (patch) | |
tree | 9ca5fd5b82443cebf1a96fd6ffaecefe6a8e1f59 /HACKING | |
parent | 3125dc0cf28a399bcc92d9c5350f996a1a23cc76 (diff) | |
download | gtk+-42cc312df65ba892bfc21e638f109c77be3cd00e.tar.gz |
Add dependency on Atk for accessibility support.
Thu May 3 14:13:49 2001 Owen Taylor <otaylor@redhat.com>
* INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
dependency on Atk for accessibility support.
* configure.in **/Makefile.am: Major reworking of substituted
variables for CFLAGS/LIBS to make a lot more sane and
keep the the compile/link lines a bit shorter.
* gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |