ADD: Entries for Mac and Windows

This commit is contained in:
GithubAnon0000 2025-10-13 14:13:36 +02:00
parent cb763b7f70
commit 82754f7fc3

View file

@ -195,22 +195,45 @@ 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:
## Building
The steps to build the launcher vary slightly depending on your operating
system. First, you have to navigate to the appropriate folder:
| Operating System | Path |
|---|---|
| Linux | ./qt/launcher/lin/ |
| MacOS | ./qt/launcher/mac/ |
| Windows | .\qt\launcher\win\ |
Next, run the `build.sh` script (on Linux and MacOS) or the `build.bat` script
(on Windows).
For example, 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
## Issues during Building
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.
## Running
After building, the launcher executable can found under `out/launcher` (located
in the project root). In that folder, you will find a `launcher.amd64` and a
`launcher.arm64` binary file. Select the one matching your architecture and run
it to test your changes.
For example, on Linux, after following the build steps above, you can run the
amd64 launcher via this command:
```
../../../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