diff options
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 a0776202ee5..cb12be8a0d3 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. |