summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-04-01 18:16:53 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-04-01 18:16:53 +0100
commit3694f62b4eb92d16d68561790ce7b209cf86e904 (patch)
tree0b29915266fb51eac8f58e70b313f06248f46973 /README
parentcef0a15269e28917531defa7aad03bd4ce193003 (diff)
downloadlibgdata-3694f62b4eb92d16d68561790ce7b209cf86e904.tar.gz
Release version 0.1.0.LIBGDATA_0_1_0
Fix a few things breaking the build, and temporarily remove the gtk-doc testsuite.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 17 insertions, 2 deletions
diff --git a/README b/README
index b3022528..314f8ffc 100644
--- a/README
+++ b/README
@@ -1,3 +1,6 @@
+libgdata
+========
+
libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.
@@ -5,5 +8,17 @@ the common Google services, and has full asynchronous support.
See the test programs in gdata/tests/ for simple examples of how to use the
code.
-Licensing:
-libgdata is licensed under the LGPL, see COPYING.lib for more details.
+libgdata's API is currently unstable and is likely to change wildly.
+
+Dependencies
+============
+
+* glib-2.0 >= 2.16.3
+* libxml-2.0
+* gio-2.0 >= 2.17.3
+* libsoup-2.4 >= 2.24.0
+
+Licensing
+=========
+
+libgdata is licensed under the LGPL, see COPYING.LIB for more details.