aboutsummaryrefslogtreecommitdiffstats
path: root/PLATFORMS.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-07-08 03:37:16 +0200
committerSven Gothel <[email protected]>2022-07-08 03:37:16 +0200
commit1dfa649a4c3c3518f7a08af9e46c4402326b3716 (patch)
treefd409ae1215b6f19aba12672fa0a67ae0de2e4d4 /PLATFORMS.md
parent1ad1d7b5b0dab7e1b36f86f08e209045abeb5b3c (diff)
Separate PLATFORMS.md from README.md
Diffstat (limited to 'PLATFORMS.md')
-rw-r--r--PLATFORMS.md70
1 files changed, 70 insertions, 0 deletions
diff --git a/PLATFORMS.md b/PLATFORMS.md
new file mode 100644
index 00000000..223d0e1a
--- /dev/null
+++ b/PLATFORMS.md
@@ -0,0 +1,70 @@
+# Direct-BT LE and BREDR Library
+
+[Original document location](https://jausoft.com/cgit/direct_bt.git/about/).
+
+## Supported Platforms
+Minimum language requirements
+- C++17
+- Java 11 (optional)
+
+The following **platforms** are tested and hence supported
+
+**Debian 12 Bookworm (GNU/Linux)**
+- linux 5.18
+- compiler
+ - gcc 11.3.0
+ - clang 13.0.1
+ - openjdk 17
+- architectures
+ - amd64 (validated, Generic)
+
+**Debian 11 Bullseye (GNU/Linux)**
+- linux 5.10
+- compiler
+ - gcc 10.2.1
+ - clang 11.0.1
+ - openjdk 17
+- architectures
+ - amd64 (validated, Generic)
+ - arm64 (validated, Raspberry Pi 3+ and 4)
+ - arm32 (validated, Raspberry Pi 3+ and 4)
+
+**Debian 10 Buster (GNU/Linux)**
+- *deprecated*
+- linux 4.19
+- compiler
+ - gcc 8.3.0
+ - openjdk 11
+- architectures
+ - amd64 (validated, Generic)
+ - arm64 (validated, Raspberry Pi 3+ and 4)
+ - arm32 (validated, Raspberry Pi 3+ and 4)
+- potential issues with *capsh*, see below.
+
+**Ubuntu 22.04 (GNU/Linux)**
+- linux 5.15
+- compiler
+ - gcc 11.2.0
+ - clang 14.0.0
+ - openjdk 17
+- architectures
+ - amd64 (validated, Generic)
+
+**Ubuntu 20.04 (GNU/Linux)**
+- linux 5.4
+- compiler
+ - gcc 9.4.0
+ - clang 10.0.0
+ - openjdk 17
+- architectures
+ - amd64 (validated, Generic)
+
+**Ubuntu 18.04 (GNU/Linux)**
+- *deprecated*
+- compiler
+ - gcc 8.3
+ - openjdk 11
+- architectures
+ - amd64 (validated, Generic)
+- potential issues with *capsh*, see below.
+