aboutsummaryrefslogtreecommitdiffstats
path: root/PLATFORMS.md
blob: 5f85d080ebcc0538e5ef57c4b34c1dd75cf1e977 (plain)
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

Jau Support Library (C++, Java, ...)

Original document location

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
  • glibc 2.33
  • compiler
    • 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
    • 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
    • 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
  • 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
    • gcc 8.3
    • openjdk 11
  • architectures
    • amd64 (validated, Generic)
  • potential issues with capsh, see below.