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