From: Magnus H. <leg...@us...> - 2008-01-17 00:54:19
|
Update of /cvsroot/emacs-jabber/tox In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv18495 Modified Files: README Log Message: Mention compilation dependencies Index: README =================================================================== RCS file: /cvsroot/emacs-jabber/tox/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 17 Jan 2008 00:45:20 -0000 1.1 +++ README 17 Jan 2008 00:54:16 -0000 1.2 @@ -2,6 +2,14 @@ functionality to a Jabber client, primarily voice communication. It interfaces to the Jabber client using DBus. +To actually get it to compile, you need the Farsight library. If you +use Debian, the packages "libfarsight0.1-dev" and +"gstreamer0.10-plugins-farsight" and their dependencies should be +enough. If you need to compile them yourself, look for Farsight at +http://farsight.freedesktop.org/ and Libjingle at +http://tapioca-voip.sourceforge.net/. Do _not_ use Google's +libjingle. + The DBus interface is described below. From this you should be able to piece together a Jingle client. Good luck! |