mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Mention how to fix build crash in the readme. (#2286)
* update linux.md mention how to fix libcrypt.so.1-related build crash * Mention Fedora as well (dae)
This commit is contained in:
parent
4c5a2461d0
commit
7d22053730
1 changed files with 8 additions and 1 deletions
|
@ -29,7 +29,7 @@ $ sudo apt install bash grep findutils curl gcc g++ git rsync ninja-build
|
|||
|
||||
## Missing Libraries
|
||||
|
||||
If you get errors during startup, try starting with
|
||||
If you get errors during build or startup, try starting with
|
||||
|
||||
QT_DEBUG_PLUGINS=1 ./run
|
||||
|
||||
|
@ -42,6 +42,13 @@ sudo apt install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
|
|||
libxcb-randr0 libxcb-render-util0
|
||||
```
|
||||
|
||||
On some distros such as Arch Linux and Fedora, you may need to install the
|
||||
`libxcrypt-compat` package if you get an error like this:
|
||||
|
||||
```
|
||||
error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
|
||||
```
|
||||
|
||||
## Audio
|
||||
|
||||
To play and record audio during development, install mpv and lame.
|
||||
|
|
Loading…
Reference in a new issue