diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-10-26 15:41:21 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-10-26 15:41:21 +0900 |
commit | a3377e1039b10375101aa7fd1e3d28a744edc854 (patch) | |
tree | 5e2950689deaf406a4c81f17fa55a57503dc4776 /README | |
parent | 4ffb1d0e64a5ed0c877abcbc0cd178f8185870a1 (diff) | |
download | atk-a3377e1039b10375101aa7fd1e3d28a744edc854.tar.gz atk-a3377e1039b10375101aa7fd1e3d28a744edc854.tar.bz2 atk-a3377e1039b10375101aa7fd1e3d28a744edc854.zip |
tizen 2.4 releasetizen_2.4_mobile_releasesubmit/tizen_2.4/20151028.063438accepted/tizen/2.4/mobile/20151029.035119tizen_2.4accepted/tizen_2.4_mobile
Diffstat (limited to 'README')
-rw-r--r-- | README | 53 |
1 files changed, 53 insertions, 0 deletions
@@ -0,0 +1,53 @@ +This directory contains the ATK library. + +For more information about ATK and accessibility in GNOME, see: + http://projects.gnome.org/accessibility + +Dependencies +============ + +ATK requires GLib-2.0.0 or better. Information about GLib +is available from http://www.gtk.org/. + +Building +======== + +To configure ATK, run the ./configure script, then 'make'; and +'make install'. If you are installing into a location where you don't have +write permission, you'll have to become root before running +'make install'. + +General information about building ATK and related libraries can +be found at: + + http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html + +To compile a CVS version of atk on your system, you will need to take +several steps to setup the tree for compilation. You can do all these +steps at once by running: + + cvsroot/atk# ./autogen.sh + +Basically this does the following for you: + + cvsroot/atk# aclocal; automake; autoconf + + The above commands create the "configure" script. Now you + can run the configure script in cvsroot/atk to create all + the Makefiles. + +Before running autogen.sh or configure, make sure you have libtool +in your path. + +Note that autogen.sh runs configure for you. If you wish to pass +options like --prefix=/usr to configure you can give those options +to autogen.sh and they will be passed on to configure. + +How to report bugs +================== + +Bugs should be reported to the GNOME bug tracking system. +(http://bugzilla.gnome.org, product atk.) You will need to create an +account for yourself. + +You can also mail the mailing list gnome-accessibility-devel@gnome.org |