diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-16 23:40:57 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 06:55:19 +0700 |
commit | af8fb2f32679d6a1ba3df013faf96c58509ad0b6 (patch) | |
tree | e952ba777fd26187740256921b0ecd772a50f5c6 /office/LibreOffice/README | |
parent | 9396aba6b0650dc50afe10e31192218dab681f20 (diff) |
office/LibreOffice: Added USE_CCACHE option (default off)
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index 0e1df33c6782..344e25882ff0 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 |