Compiling AbiCollab on Linux/Unix

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
Line 21: Line 21:
||Jabber (XMPP)||Communicate over to the well known XMPP protocol||[http://groups.google.com/group/loudmouth-dev/ loudmouth-1.0] >= 1.0.1
||Jabber (XMPP)||Communicate over to the well known XMPP protocol||[http://groups.google.com/group/loudmouth-dev/ loudmouth-1.0] >= 1.0.1
|-
|-
-
||Sugar Presense Service||Allows you to collaborate in the [http://www.sugarlabs.org/ Sugar] environment||dbus-glib-1 >= 0.70
+
||Sugar Presense Service||Allows you to collaborate in the [http://www.sugarlabs.org/ Sugar] environment||[http://dbus.freedesktop.org/releases/dbus-glib/ dbus-glib-1] >= 0.70
|}
|}

Revision as of 22:07, 28 December 2009

To compile the core AbiCollab plugin, you need to pass the --enable-plugins="collab" option when configuring AbiWord, for example:

 ./configure --enable-plugins="collab"

The core AbiCollab plugin needs the following dependencies to be available:

The core AbiCollab plugin can be enhanced by enabling one or more transport backends (you need at least 1 for the plugin to be useful. The configure script enables all backends by default for which the dependencies are satisfied. The table below shows the dependency requirements for the available backends:

Transport BackendBrief DescriptionDependencies
AbiCollab.net Collaboration ServiceEnables integration with the AbiCollab.net online webservicelibsoup-2.4, gnutls, asio >= 1.0.0 (non-boost version)
Direct Connection (TCP)Direct tcp based peer to peer connectionsasio >= 1.0.0 (non-boost version)
Jabber (XMPP)Communicate over to the well known XMPP protocolloudmouth-1.0 >= 1.0.1
Sugar Presense ServiceAllows you to collaborate in the Sugar environmentdbus-glib-1 >= 0.70
Personal tools