summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-09-14 15:47:20 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-09-19 08:23:19 +0200
commit02f48a32400f81413329d81203c417521882cab6 (patch)
treec7f0255cde1f00a7f3f6f623f46b64f30322fd08 /README.md
parent05418537bf82929c1e4a8575453b26d7d4c843fe (diff)
Adjust for new linux baseline
Change-Id: I6916ee8e6f7f8beac1f3eade7ae539340ce3a2b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156920 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 37e713151040..6afb8000b0e1 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,8 @@ run and compile LibreOffice, also used by the TDF builds:
* Runtime: 10.15
* Build: 12 (13 for aarch64) + Xcode 14
* Linux:
- * Runtime: RHEL 7 or CentOS 7
- * Build: either GCC 7.0.0; or Clang 8.0.1 with libstdc++ 7.3.0
+ * Runtime: RHEL 8 or CentOS 8 and comparable
+ * Build: either GCC 12; or Clang 12 with libstdc++ 8.5
* iOS (only for LibreOfficeKit):
* Runtime: 11.4 (only support for newer i devices == 64 bit)
* Build: Xcode 9.3 and iPhone SDK 11.4
@@ -57,7 +57,7 @@ Java is required for building many parts of LibreOffice. In TDF Wiki article
[Development/Java](https://wiki.documentfoundation.org/Development/Java), the
exact modules that depend on Java are listed.
-The baseline for Java is Java Development Kit (JDK) Version 11 or later. It is
+The baseline for Java is Java Development Kit (JDK) Version 17 or later. It is
possible to build LibreOffice with JDK version 9, but it is no longer supported
by the JDK vendors, thus it should be avoided.