## How can I compile AbiWord which is needed for import/export of pads ?

Wikinaut 2011-12-12 13:44:07 -08:00
parent be18d2b6aa
commit bca5536daa

18
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