From 0215a5ff511e032c25d3d82206d66f42ef98db0d Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:51:51 +0200 Subject: [PATCH] CHORE: ninja format && fix --- docs/development.md | 2 ++ docs/linux.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/development.md b/docs/development.md index 51c90688d..a145260c5 100644 --- a/docs/development.md +++ b/docs/development.md @@ -196,12 +196,14 @@ If ANKI_PROFILE_CODE is set, Python profiling data will be written on exit. - The installer/launcher is created with the build scripts in qt/launcher/{platform}. On Linux, you can build the launcher by following these steps: + ``` cd ./qt/launcher/lin/ ./build.sh ``` After that, you will get a path to the launcher folder and can run it via + ``` ../../../out/launcher/anki-launcher-25.09.2-linux/launcher.amd64 ``` diff --git a/docs/linux.md b/docs/linux.md index 2597bc717..4c38e7d27 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -44,6 +44,7 @@ error while loading shared libraries: libcrypt.so.1: cannot open shared object f ## 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 ```