CHORE: ninja format && fix

This commit is contained in:
GithubAnon0000 2025-10-04 00:51:51 +02:00
parent 1b39efd6cb
commit 0215a5ff51
2 changed files with 3 additions and 0 deletions

View file

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

View file

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