We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410c4c5 commit 96509b3Copy full SHA for 96509b3
docs/running.rst
@@ -60,8 +60,18 @@ The following shared libraries are referenced:
60
* libc.so.6
61
* ld-linux-x86-64.so.2
62
63
-If built with MUSL, no shared library dependencies exist and the binaries
64
-should *just work* on practically any Linux system.
+The minimum glibc version required is 2.19. This should make binaries
+compatible with the following Linux distributions:
65
+
66
+* Fedora 21+
67
+* RHEL/CentOS 7+
68
+* openSUSE 13.2+
69
+* Debian 8+ (Jessie)
70
+* Ubuntu 14.04+
71
72
+If built with MUSL, no shared library dependencies nor glibc version
73
+requirements exist and the binaries should *just work* on practically any
74
+Linux system.
75
76
Windows
77
-------
0 commit comments