summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-16 13:24:29 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-16 13:24:29 +0100
commiteb6047827413e19c0857af20da93fac3b9598fce (patch)
tree7418fc31ac5e7b3b1a4116e53c506626b3819a3e
parent4b144037c0c641d739d69475e7b33e6021d8860b (diff)
Include the various new dependencies in README, and fix a typo
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 71959904c..83362980d 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ currently supporting:
* single-user chats
* multi-user chats
* voice/video calling
-* file tranfer
+* file transfer
with Jabber/XMPP and Google Talk interoperability.
@@ -25,6 +25,16 @@ telepathy-gabble 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/>
+ libxml2 <http://xmlsoft.org/>
+ libuuid <http://e2fsprogs.sourceforge.net/>
+ libnice <http://nice.freedesktop.org/releases/>
+ SQLite <http://www.sqlite.org/>
+ libsoup <http://ftp.gnome.org/pub/GNOME/sources/libsoup/>
+
+and either:
+ GNUTLS <http://www.gnu.org/software/gnutls/>
+or
+ OpenSSL <http://www.openssl.org/>
At build time, it also requires:
GNU make <http://www.gnu.org/software/make/>