diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | a8157ac220ea9ef691ac289dd1416f17b353f91d (patch) | |
tree | 2c6a45f5395cba5b281ab33892495f7fcf4b1f97 /office | |
parent | 0664a40d04fa8deefbf72994a58a061cc029ea19 (diff) | |
download | slackbuilds-a8157ac220ea9ef691ac289dd1416f17b353f91d.tar.gz |
office/LibreOffice: Fix README.
Diffstat (limited to 'office')
-rw-r--r-- | office/LibreOffice/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index d6483d7853..a0776202ee 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -10,15 +10,15 @@ 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 the experimental VLC avmedia backend (disabled by default) with: - VLC="yes" + VLC="yes" This requires the vlc package (available from SBo) to be installed. 2. enable avahi support (disabled by default) with: - AVAHI="yes" + AVAHI="yes" This requires the avahi package (available from SBo) to be installed. 3. disable kde4 support (enabled by default) with: - KDE4="no" + 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 |