1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-20 03:37:46 +00:00

Mention you still need Rust on Windows

This commit is contained in:
Joshua Goins 2024-04-25 18:04:44 -04:00
parent 7f96011984
commit 97fb8d0b32

View file

@ -61,6 +61,7 @@ Install the following:
* [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)
* [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) (for a C++ compiler)
* CMake (can be installed with the Visual Studio Build Tools)
* [Rust](https://www.rust-lang.org/tools/install)
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.