Compiling AbiCollab on Linux/Unix
From AbiWiki
(Difference between revisions)
(New page: To compile the core AbiCollab plugin, you need to pass the --enable-plugins="collab" option when configuring AbiWord. The core AbiCollab plugin can be enhanced by enabling one or more tran...) |
|||
Line 1: | Line 1: | ||
- | To compile the core AbiCollab plugin, you need to pass the --enable-plugins="collab" option when configuring AbiWord. 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. | + | 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. |
Revision as of 21:30, 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.