mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 13:47:46 +00:00
Mention that Qt must be in PATH when building on Windows
This commit is contained in:
parent
286bc1c7f1
commit
5c1b12491d
1 changed files with 2 additions and 0 deletions
|
@ -62,4 +62,6 @@ Install the following:
|
|||
* [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) (for a C++ compiler)
|
||||
* CMake (can be installed with the Visual Studio Build Tools)
|
||||
|
||||
Make sure your Qt bin (like `C:\Qt\6.7.0\msvc2019_64\bin`) is in your `PATH` environment variable before building, otherwise Qt will not be picked up by CMake.
|
||||
|
||||
Afterwards, run `.\scripts\windows-setup.ps1` and `.\scripts\windows-build.ps1` in PowerShell.
|
||||
|
|
Loading…
Add table
Reference in a new issue