mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
ADD example build / run instructions for the launcher for linux
This commit is contained in:
parent
60458a51e0
commit
1b39efd6cb
1 changed files with 14 additions and 0 deletions
|
|
@ -195,6 +195,20 @@ If ANKI_PROFILE_CODE is set, Python profiling data will be written on exit.
|
|||
- The anki-release package is created/published with the scripts in qt/release.
|
||||
- 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
|
||||
```
|
||||
|
||||
If you are experiencing issues building the launcher, make sure that all dependencies
|
||||
are installed. See [Building from source](#building-from-source) for more info.
|
||||
|
||||
## Mixing development and study
|
||||
|
||||
You may wish to create a separate profile with File>Switch Profile for use
|
||||
|
|
|
|||
Loading…
Reference in a new issue