diff options
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 |