summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-10-17 04:41:38 +0200
committerSven Gothel <[email protected]>2022-10-17 04:41:38 +0200
commit0d5515ceae448fd39893e063417468efee5c46a7 (patch)
tree73ab8b7818abfce7600427e51438562d30c07696 /README.md
parent175b4a80dcec561cc7234df138c65f96e8cc9d2b (diff)
README/PLATFORMS: Add `Alpine Linux` using `musl` C library and mention FreeBSD status
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 47dd87a9..d4bf3b7d 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,10 @@ Please check the [Connection Paramter](doc/Connection_Parameter.md) for details.
## Supported Platforms
Minimum language requirements
- C++17
+- Standard C Libraries
+ - [FreeBSD libc](https://www.freebsd.org/)
+ - [GNU glibc](https://www.gnu.org/software/libc/)
+ - [musl](https://musl.libc.org/)
- Java 11 (optional)
See [supported platforms](PLATFORMS.md) for details.