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 ```