File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ You can see a full list of buildtime and runtime requirements by looking at the
1111[ Dockerfiles] ( ../.buildkite/linux/docker/Dockerfile.amd64 ) used to build the
1212official releases.
1313
14- Glibc is required - if you are on a distro like Alpine that uses musl, things
15- may not work.
16-
17- Users on ARM64, see the notes at the bottom of this file before proceeding.
18-
1914** Ensure some basic tools are installed** :
2015
2116```
@@ -50,9 +45,13 @@ error while loading shared libraries: libcrypt.so.1: cannot open shared object f
5045
5146To play and record audio during development, install mpv and lame.
5247
53- ## ARM64 support
48+ ## Glibc and Qt
49+
50+ Anki requires a recent glibc.
51+
52+ If you are using a distro that uses musl, Anki will not work.
5453
55- If you're on a glibc 2.39+ system , you can skip the rest of this section.
54+ If your glibc version is 2.35+ on AMD64 or 2.39+ on ARM64 , you can skip the rest of this section.
5655
5756If your system has an older glibc, you won't be able to use the PyQt wheels that are
5857available in pip/PyPy, and will need to use your system-installed PyQt instead.
You can’t perform that action at this time.
0 commit comments