summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-04 11:45:31 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-04 11:45:31 +0000
commitcb9a9f1214b9d0f7e32d409ad3bc1409ea120c97 (patch)
treeed527f5912b6fb33b530193d9f00577fcde11843 /README
parent13e499aa3f34aa553001639831038b7d62b2a0a8 (diff)
downloadtelepathy-glib-cb9a9f1214b9d0f7e32d409ad3bc1409ea120c97.tar.gz
Improve NEWS, README
20080204114531-53eee-ae653254da315bff162afb9a7b72f4e4bc1a261e.gz
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index deeef1e24..1585d4967 100644
--- a/README
+++ b/README
@@ -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
====================