summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/README
diff options
context:
space:
mode:
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r--office/LibreOffice/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README
index 0e1df33c67..344e25882f 100644
--- a/office/LibreOffice/README
+++ b/office/LibreOffice/README
@@ -51,9 +51,14 @@ Build time environment variables that may set to vary features are as follows:
which would limit building to a single make process, overriding any value set
with the -j option in MAKEFLAGS.
+7. Use of ccache during building is turned off by default to save disk space (and
+ possible build failure due to lack of disk space). It may be reinstated by
+ setting the USE_CCACHE environment to "yes" e.g.
+ USE_CCACHE=yes sh LibreOffice.SlackBuild
+
For performance reasons, this Slackbuild sets GTK2 to be used at runtime.
Alternatives (gen, gtk3, kde4) may still be used by setting SAL_USE_VCLPLUGIN
-in the user environment.
+in the user's runtime environment.
Spell checking of documents at runtime requires installation of a suitable
wordlist for the language concerned. This can be achieved in either of two