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:
GithubAnon0000 2025-10-03 22:21:58 +00:00 committed by GitHub
parent 1f9d943c8d
commit 60458a51e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.