diff options
author | Sven Gothel <[email protected]> | 2022-10-17 04:41:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-10-17 04:41:38 +0200 |
commit | 0d5515ceae448fd39893e063417468efee5c46a7 (patch) | |
tree | 73ab8b7818abfce7600427e51438562d30c07696 /README.md | |
parent | 175b4a80dcec561cc7234df138c65f96e8cc9d2b (diff) |
README/PLATFORMS: Add `Alpine Linux` using `musl` C library and mention FreeBSD status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |