Skip to content

Commit 90a4f63

Browse files
committed
More details on Linux pre-req requirements
1 parent 657e676 commit 90a4f63

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ Python 2.7.18
6767
- libgcc
6868
- `x86_64` & `arm64`
6969

70+
> Specifically these libs are needed:
71+
>
72+
> - libatomic.so.1 (provided by libgcc)
73+
> - libdl.so.2 (provided by glibc)
74+
> - libm.so.6 (provided by glibc)
75+
> - libgcc_s.so.1 (provided by libgcc)
76+
> - libpthread.so.0 (provided by glibc)
77+
> - libc.so.6 (this *is* glibc)
78+
> - ld-linux-x86-64.so.2 (provided by the kernel, you get this for free)
79+
>
80+
> `libgcc` is built as part of the GCC distribution and usually is split out
81+
> into multiple packages by the linux distribution. `libgcc` is almost always
82+
> a separate package, but you may need to install `gcc` in its entirety.
83+
> Sometimes libatomic is also a separate package rather than being part of
84+
> `gcc` or `libgcc`.
85+
7086
</details>
7187
<details><summary>Windows</summary><br>
7288

0 commit comments

Comments
 (0)