From 347ffee88110f1c355e70c58da0600f20497da17 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 8 Mar 2002 04:56:33 +0000 Subject: [PATCH] ===== Released 1.0.0 ====== Thu Mar 7 23:52:51 2002 Owen Taylor * ===== Released 1.0.0 ====== * NEWS: Final update for 1.0.0. * README: Update the compilation instructions a bit. --- ChangeLog | 8 ++++++++ NEWS | 5 +++++ README | 14 ++++++++++++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f979f00..dc7356c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Mar 7 23:52:51 2002 Owen Taylor + + * ===== Released 1.0.0 ====== + + * NEWS: Final update for 1.0.0. + + * README: Update the compilation instructions a bit. + 2002-03-06 Tor Lillqvist * atk-zip.sh.in diff --git a/NEWS b/NEWS index 495fe97..4093a42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in version 1.0.0 + +* Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge] +* Add structure padding [Padraig] + Changes in version 0.13 * Add padding to class structures for future expansion [Padraig O'Briain] diff --git a/README b/README index 24444ed..585fcdd 100644 --- a/README +++ b/README @@ -6,12 +6,22 @@ For more information about ATK and accessibility in GNOME, see: Dependencies ============ -In order to get CVS atk installed on your system, you need to have -the most recent CVS version of glib installed as well. +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: -- 2.11.4.GIT