From 60458a51e0805addaa39e86653de322b74528ba6 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:21:58 +0000 Subject: [PATCH] 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. --- docs/linux.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/linux.md b/docs/linux.md index 55794e074..2597bc717 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -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.