From 792f004a2f6a262fedf6a3865ee0bf993ececedf Mon Sep 17 00:00:00 2001 From: andreacavalli Date: Sat, 9 Sep 2023 13:06:26 +0200 Subject: [PATCH] Update requirements and supported architectures --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9fc57fa..7709659 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,20 @@ ## 💻 Supported platforms -**Java versions**: from Java 17 to Java 19+ (Java 8 to 16 is supported if you use the following dependency classifier: `jdk8`) +**Java versions**: from Java 17 to Java 21+ (Java 8 to 16 is supported if you use the following dependency classifier: `jdk8`) **Operating systems**: Linux, Windows, MacOS **CPU architectures**: -- amd64/x86_64 (Linux, Windows, MacOS) -- armhf/armv7 (Linux) -- aarch64/armv8/arm64 (Linux) -- ppc64el/ppc64le (Linux) +- amd64 (Linux, Windows, MacOS) +- armhf (Linux) +- arm64 (Linux) +- ppc64el (Linux) +- riscv64 (linux) ## 📚 Required libraries -- **Linux: libc++, OpenSSL1/OpenSSL3, zlib** +- **Linux: OpenSSL1/OpenSSL3, zlib, (libc++ if you use clang)** - **MacOS: OpenSSL** - **Windows: [Microsoft Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe)**