mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
CHORE: ninja format && fix
This commit is contained in:
parent
1b39efd6cb
commit
0215a5ff51
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue