[Libreoffice-commits] online.git: wsd/README
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 13 09:02:23 UTC 2019
wsd/README | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
New commits:
commit 8d2dead15b04967da587155b5e50559f9fd33ae0
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Sep 13 10:15:48 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Sep 13 11:02:04 2019 +0200
Update documentation of Poco packages + ./autogen.sh
Change-Id: If3177e5defacf2b95390dad452992f814fc88dfa
Reviewed-on: https://gerrit.libreoffice.org/78862
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/wsd/README b/wsd/README
index 6a854c1cd..30d9b3766 100644
--- a/wsd/README
+++ b/wsd/README
@@ -7,33 +7,33 @@ Dependencies
LibreOffice Online WebSocket server has the following dependencies:
* libpng
-* Poco library: http://pocoproject.org/index.html.
+* Poco library: http://pocoproject.org/
* libcap-progs
-If your Linux distro doesn't provide a Poco package (versions 1.7.x or
-1.8.x should work), you can build it yourself and install in a
-location of your choice.
+If your Linux distro doesn't provide a Poco package (versions 1.7.5 and
+newer should work), you can build it yourself and install in a
+location of your choice, or you can download packages from Collabora's
+website.
-On openSUSE, you can use:
+On openSUSE Leap 15.1, you can use:
zypper ar http://download.opensuse.org/repositories/devel:/libraries:/c_c++/openSUSE_Leap_15.1/devel:libraries:c_c++.repo
zypper in poco-devel libcap-progs
-On Debian 8 (Linux x86_64) you can use in /etc/apt/sources.list:
+Similar repos exist for other openSUSE and SLE releases.
- deb https://www.collaboraoffice.com/apt-poco/ /
+Collabora provides Poco packages for Debian 8, Debian 9, Ubuntu 16.04 LTS,
+and CentOS 7 via the CODE (Collabora Online Development Edition) repositories.
+
+See: https://www.collaboraoffice.com/code/linux-packages/
Building
--------
loolwsd uses autoconf/automake, so especially when building from .git
-(as opposed to from a distribution tarball) you need the usual fun:
+(as opposed to from a distribution tarball) you need to run:
- libtoolize
- aclocal
- automake --add-missing
- autoreconf
- autoheader
+ ./autogen.sh
and then
More information about the Libreoffice-commits
mailing list