mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
UPDATE: Include env vars for Win and Mac
This commit is contained in:
parent
2cba97d92a
commit
d040148b86
1 changed files with 5 additions and 0 deletions
|
|
@ -206,6 +206,11 @@ system. First, you have to navigate to the appropriate folder:
|
||||||
| MacOS | ./qt/launcher/mac/ |
|
| MacOS | ./qt/launcher/mac/ |
|
||||||
| Windows | .\qt\launcher\win\ |
|
| Windows | .\qt\launcher\win\ |
|
||||||
|
|
||||||
|
If you are on Windows, you will now have to set `NOCOMP=1` to skip code signing
|
||||||
|
and compression. If you are on MacOS, you will have to use `NODMG=1` to skip the
|
||||||
|
slow bundling / code signing. If you are on linux, you won't have to set any
|
||||||
|
special environment variables.
|
||||||
|
|
||||||
Next, run the `build.sh` script (on Linux and MacOS) or the `build.bat` script
|
Next, run the `build.sh` script (on Linux and MacOS) or the `build.bat` script
|
||||||
(on Windows).
|
(on Windows).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue