diff options
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index cb12be8a0d..45aca1dcf6 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -33,8 +33,12 @@ Build time environment variables that may set to vary features are as follows: 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. + alternate JDK will require presence of the appropriate package when building + LibreOffice. Since the apache-ant package is already required by openjdk, + hence openjdk8, its listing in the REQUIRES field is redundant in these cases. + However it remains listed to accomodate the case of JAVA=jdk, in which the + apache-ant package is needed to build LibreOffice. + Finally, 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 |