From bca5536daab6e0fb09e8d508a00fd888e100e7bb Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Mon, 12 Dec 2011 13:44:07 -0800 Subject: [PATCH] ## How can I compile AbiWord which is needed for import/export of pads ? --- FAQ.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/FAQ.md b/FAQ.md index 7a478c8..7e2f7ea 100644 --- a/FAQ.md +++ b/FAQ.md @@ -45,3 +45,21 @@ Yes, see [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]]. ## How can I setup several Etherpad installations which share the code, and perhaps also the database ? I'd like to set up different Etherpad installation for different user groups, different favicons, different default pad texts. Answer: this is currently topic of feature request https://github.com/Pita/etherpad-lite/issues/195 + +## How can I compile AbiWord which is needed for import/export of pads ? + + cd /usr/local/src + + svn co http://svn.abisource.com/abiword/trunk abiword + + cd abiword + + ./autogen.sh + + ./configure --enable-plugins="command" --with-gtk2 + + make + + # make install + + # ldconfig