mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
CHORE: ninja fix && format
This commit is contained in:
parent
f20007938a
commit
71a2c46a09
1 changed files with 6 additions and 5 deletions
|
|
@ -199,11 +199,12 @@ If ANKI_PROFILE_CODE is set, Python profiling data will be written on exit.
|
|||
|
||||
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\ |
|
||||
|
||||
| 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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue