mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
documentation: update the build instructions for windows
Update install.md to add relevent init command to the windows compilation steps. Change-Id: I59be668fbba1f81db7ecfbf80d4ddd2f615eaf57
This commit is contained in:
parent
37f29c9882
commit
4ee1f1a5d3
1 changed files with 4 additions and 0 deletions
|
@ -237,6 +237,10 @@ Only 64-bit MSVC build can be compiled.
|
|||
|
||||
- Using a new **Non-Elevated Command Prompt**
|
||||
|
||||
```bash
|
||||
python build.py --init --qt <path-to-qt-bin-folder> (e.g. C:/Qt/6.6.2/msvc2019_64)
|
||||
```
|
||||
|
||||
```bash
|
||||
python build.py --install --qt <path-to-qt-bin-folder> (e.g. C:/Qt/6.6.2/msvc2019_64)
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue