mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
ADD Dependencies for linux when building the launcher
I only downloaded `gcc-aarch64-linux-gnu` (on my x86_64 debian sid) and it was able to successfully build the launcher.
This commit is contained in:
parent
1f9d943c8d
commit
60458a51e0
1 changed files with 7 additions and 0 deletions
|
|
@ -41,6 +41,13 @@ On some distros such as Arch Linux and Fedora, you may need to install the
|
|||
error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
|
||||
```
|
||||
|
||||
## Dependencies for building the launcher
|
||||
|
||||
If you want to build the launcher, you will need to install the following dependency:
|
||||
```
|
||||
sudo apt install gcc-aarch64-linux-gnu
|
||||
```
|
||||
|
||||
## Audio
|
||||
|
||||
To play and record audio during development, install mpv and lame.
|
||||
|
|
|
|||
Loading…
Reference in a new issue