Compiling AbiCollab on Linux/Unix
From AbiWiki
(Difference between revisions)
Line 3: | Line 3: | ||
./configure --enable-plugins="collab" | ./configure --enable-plugins="collab" | ||
- | 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 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: |
+ | |||
+ | {|border="1" style="border-collapse:collapse;" | ||
+ | |- | ||
+ | !Transport Backend!!Brief Description!!Dependencies | ||
+ | |- | ||
+ | ||AbiCollab.net Collaboration Service||TODO||TODO | ||
+ | |- | ||
+ | ||Direct Connection (TCP)||TODO||TODO | ||
+ | |- | ||
+ | ||Jabber (XMPP)||TODO||TODO | ||
+ | |- | ||
+ | ||Sugar Presense Service||TODO||TODO | ||
+ | |} |
Revision as of 21:35, 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 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 Backend | Brief Description | Dependencies |
---|---|---|
AbiCollab.net Collaboration Service | TODO | TODO |
Direct Connection (TCP) | TODO | TODO |
Jabber (XMPP) | TODO | TODO |
Sugar Presense Service | TODO | TODO |