aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PLATFORMS.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/PLATFORMS.md b/PLATFORMS.md
index e580acb..5f85d08 100644
--- a/PLATFORMS.md
+++ b/PLATFORMS.md
@@ -1,6 +1,6 @@
# Jau Support Library (C++, Java, ...)
-[Original main document location](https://jausoft.com/cgit/jaulib.git/about/).
+[Original document location](https://jausoft.com/cgit/jaulib.git/about/)
## Supported Platforms
Minimum language requirements
@@ -10,14 +10,18 @@ Minimum language requirements
The following **platforms** are tested and hence supported
**Debian 12 Bookworm (GNU/Linux)**
+- linux 5.18
+- glibc 2.33
- compiler
- - gcc 11.2.0
+ - gcc 11.3.0
- clang 13.0.1
- openjdk 17
- architectures
- amd64 (validated, Generic)
**Debian 11 Bullseye (GNU/Linux)**
+- linux 5.10
+- glibc 2.31
- compiler
- gcc 10.2.1
- clang 11.0.1
@@ -29,6 +33,8 @@ The following **platforms** are tested and hence supported
**Debian 10 Buster (GNU/Linux)**
- *deprecated*
+- linux 4.19 (amd64), 5.10 (raspi)
+- glibc 2.28
- compiler
- gcc 8.3.0
- openjdk 11
@@ -39,6 +45,8 @@ The following **platforms** are tested and hence supported
- potential issues with *capsh*, see below.
**Ubuntu 22.04 (GNU/Linux)**
+- linux 5.15
+- glibc 2.35
- compiler
- gcc 11.2.0
- clang 14.0.0
@@ -47,6 +55,8 @@ The following **platforms** are tested and hence supported
- amd64 (validated, Generic)
**Ubuntu 20.04 (GNU/Linux)**
+- linux 5.4
+- glibc 2.31
- compiler
- gcc 9.4.0
- clang 10.0.0
@@ -63,4 +73,3 @@ The following **platforms** are tested and hence supported
- amd64 (validated, Generic)
- potential issues with *capsh*, see below.
-