diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-04 11:45:31 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-02-04 11:45:31 +0000 |
commit | cb9a9f1214b9d0f7e32d409ad3bc1409ea120c97 (patch) | |
tree | ed527f5912b6fb33b530193d9f00577fcde11843 /README | |
parent | 13e499aa3f34aa553001639831038b7d62b2a0a8 (diff) |
Improve NEWS, README
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -18,7 +18,7 @@ the specification that this library claims to implement. Requirements ============ -telepathy-glib requires: +Building telepathy-glib requires: GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/> libdbus <http://dbus.freedesktop.org/releases/dbus/> The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/> @@ -30,10 +30,22 @@ and can also make use of: gtkdoc <http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/> See configure.ac for full details, including versions required. +Of the packages listed above, only GLib, GObject, libdbus and dbus-glib are +required at runtime. Building from Darcs also requires the GNU build system (Autoconf, Automake, libtool). +Bugs, feature requests and to-do list +===================================== + +Report all bugs, feature requests and "to-do" items here: + <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-glib> + +Running "make check" will produce FIXME.out, which lists all the mentions of +FIXME, TODO or XXX in the source code. Ideally, all of these should be in +Bugzilla, but sometimes they're not. + API stability policy ==================== |