diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-09-30 17:08:05 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:29:13 +0700 |
commit | 40260794b97b31ac67ac5eaea7d9922f1ae053aa (patch) | |
tree | fcf663ee829841518efcdbb6a2431f3f1bb681d0 /office/LibreOffice/README | |
parent | 7f34e8407b90071af4268471ce24dea30503ac85 (diff) | |
download | slackbuilds-40260794b97b31ac67ac5eaea7d9922f1ae053aa.tar.gz |
office/LibreOffice: Updated for version 5.2.2.2
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index 2732ce0aa9..eb9b697f8c 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -8,12 +8,19 @@ and Math for editing mathematics. This SlackBuild builds the entire project from its source code. In seeking a fully functional LibreOffice, most optional features are included by default. -Build time environment variables that may set to vary features are as follows. -1. enable (disabled by default) the experimental VLC avmedia backend with: +Build time environment variables that may set to vary features are as follows: +1. enable the experimental VLC avmedia backend (disabled by default) with: VLC="yes" -2. disable (enabled by default) use of avahi with: - AVAHI="no" -3. support additional languages by overriding the LOLANGS variable, whose + This requires the vlc package (available from SBo) to be installed. + +2. enable avahi support (disabled by default) with: + AVAHI="yes" + This requires the avahi package (available from SBo) to be installed. + +3. disable kde4 support (enabled by default) with: + KDE4="no" + +4. support additional languages by overriding the LOLANGS variable, whose default setting is LOLANGS="de es fr id it ja nl vi zh-CN". Note that en-US is always added to whatever LOLANGS is set. Thus building with, for example, LOLOANGS="de" sh LibreOffice |