diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-03-04 15:48:27 +1000 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:20:42 +1300 |
commit | a3da603e0b8373cb7971cf536581b03768b4e1bd (patch) | |
tree | c66e08a9fed7574a11788efdfd8ad143d3104b26 /office/LibreOffice/README | |
parent | 27607e35358015ea70a66d7b31c7ff2659645d8c (diff) |
office/LibreOffice: Updated for version 7.3.1.3
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index 1d0aa001af..a864b2c78d 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -40,11 +40,9 @@ Build time environment variables that may be set to vary features are as follows languages. 2. A number of Java Development Kits are suitable for building LibreOffice. - At the moment (since, at least, LO version 7.0.0.3) the default JDK is the - latest LTS release, jdk11. Other JDK's supported by the SlackBuild are jdk12, - jdk13, jdk14 & jdk15 but these non-default JDK's must be explicitly specified - when running the SlackBuild using the JAVA environment variable e.g. - JAVA=jdk15 sh LibreOffice.SlackBuild + Since Slackware-15.0 and LiberOffice-7.3.1.3 the default JDK is zulu-openjdk11. + Other JDKs will probably work if the JAVA_HOME environment variable is set + appropriately in a file in /etc/profile.d/, where this SlackBuild will search. It is also possible to build LibreOffice without any JAVA support (with somewhat reduced capability in LO Base) by running: |