Skip to content

Commit 96509b3

Browse files
committed
docs: document glibc version and distro requirements
1 parent 410c4c5 commit 96509b3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/running.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,18 @@ The following shared libraries are referenced:
6060
* libc.so.6
6161
* ld-linux-x86-64.so.2
6262

63-
If built with MUSL, no shared library dependencies exist and the binaries
64-
should *just work* on practically any Linux system.
63+
The minimum glibc version required is 2.19. This should make binaries
64+
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.
6575

6676
Windows
6777
-------

0 commit comments

Comments
 (0)