diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-03-02 22:08:51 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-04 07:27:10 +0700 |
commit | 0c8bcb9058bf77c2583e51e8ef8889c7757b9b28 (patch) | |
tree | 84d9be1c1024b525a0ad06425b6352cbb1c47b38 /office/LibreOffice/README | |
parent | 188cacfb75d7c41cd3cbe8c965066d5bb9a668ca (diff) |
office/LibreOffice: Full local help. New JDK options
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index a0776202ee56c..cb12be8a0d38c 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -28,6 +28,14 @@ Build time environment variables that may set to vary features are as follows: Additionally, setting LOLANGS="ALL" will build in support for all available languages. +5. A number of Java Development Kits are suitable for building LibreOffice. + The default JDK for this SlackBuild is openjdk. Others may be chosen by + setting the JAVA environment variable when running the SlackBuild. Recognised + values are openjdk (the default, not explicitly required), openjdk8 and jdk + e.g. JAVA=jdk (to use SBo jdk package with Oracle binary version). Using an + alternate JDK will require presesnce of the appropriate package when building + LibreOffice. Setting JAVA=no will build LibreOffice without any Java support. + 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. |