README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e8fd52037a3b77e2da95918ff4ba5ed465c2f3bc
Author: Ilmari Lauhakangas <[email protected]>
AuthorDate: Mon Nov 24 13:44:48 2025 +0200
Commit: Ilmari Lauhakangas <[email protected]>
CommitDate: Mon Nov 24 16:42:21 2025 +0100
Update README.md after Clang bump to 18
AlmaLinux 9 has libstdc++ 11
Change-Id: I7850d859dae0facee45a464c54a3704ae91ad8a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194436
Reviewed-by: Ilmari Lauhakangas <[email protected]>
Tested-by: Jenkins
diff --git a/README.md b/README.md
index 3159d4b7d4e8..72281b046952 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ run and compile LibreOffice, also used by the TDF builds:
* Build: 13 or later + Xcode 14.3 or later (using latest version available
for a given version of macOS)
* Linux:
* Runtime: RHEL 9 or CentOS 9 and comparable
- * Build: either GCC 12; or Clang 12 with libstdc++ 10
+ * Build: either GCC 12; or Clang 18 with libstdc++ 11
* iOS (only for LibreOfficeKit):
* Runtime: 14.5 (only support for newer i devices == 64 bit)
* Build: Xcode 12.5 and iPhone SDK 14.5
@@ -64,7 +64,7 @@ in SUSE Linux Enterprise Desktop and the Maintenance Support
version of
Red Hat Enterprise Linux.
If you want to use Clang with the LibreOffice compiler plugins, the minimal
-version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin
+version of Clang is 18.1.8. Since Xcode doesn't provide the compiler plugin
headers, you have to compile your own Clang to use them on macOS.
You can find the TDF configure switches in the `distro-configs/` directory.