1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
Direct-BT LE and BREDR
Library
Original
document location.
Minimum language requirements
- C++17
- Standard C Libraries
- Java 11 (optional)
The following platforms are tested and hence
supported
FreeBSD 13.1 (FreeBSD)
- Compile clean only, Bluetooth not working
- libc++ 13.0.0
- compiler
- architectures
- amd64 (validated, Generic)
Alpine Linux 3.16 (Linux)
- linux 5.15
- musl 1.2.3
- compiler
- gcc 11.2.1
- clang 13.0.1
- openjdk 17
- architectures
- amd64 (validated, Generic)
Debian 12 Bookworm (GNU/Linux)
- linux 5.19
- glibc 2.35
- compiler
- gcc 12.2.0
- clang 14.0.6
- 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
- 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 (amd64), 5.10 (raspi)
- glibc 2.28
- compiler
- 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
- glibc 2.35
- compiler
- gcc 11.2.0
- clang 14.0.0
- openjdk 17
- architectures
- amd64 (validated, Generic)
Ubuntu 20.04 (GNU/Linux)
- linux 5.4
- glibc 2.31
- compiler
- gcc 9.4.0
- clang 10.0.0
- openjdk 17
- architectures
- amd64 (validated, Generic)
Ubuntu 18.04 (GNU/Linux)
- deprecated
- compiler
- architectures
- amd64 (validated, Generic)
- potential issues with capsh, see below.
|