From 0c8bcb9058bf77c2583e51e8ef8889c7757b9b28 Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Thu, 2 Mar 2017 22:08:51 +1000 Subject: office/LibreOffice: Full local help. New JDK options Signed-off-by: Christoph Willing --- office/LibreOffice/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'office/LibreOffice/README') diff --git a/office/LibreOffice/README b/office/LibreOffice/README index a0776202ee..cb12be8a0d 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. -- cgit v1.2.3-65-gdbad