diff --git a/docs/Build.md b/docs/Build.md index f8d8e1dd8b..08e44f2128 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -59,7 +59,8 @@ Hit "Configure Project", then wait for CMake to finish configuring (may take a w >On Windows: > - It's recommended to install **[Ninja](https://ninja-build.org/)** > - You must load **Visual C++ development environment**, this can be done by running our convenience script: -> - `tools/windows/load-msvc-env.ps1` +> - `tools/windows/load-msvc-env.ps1` (for PowerShell 5+) +> - `tools/windows/load-msvc-env.sh` (for MSYS2, Git Bash, etc) Availables ``: - MSYS2: `MSYS Makefiles` @@ -168,4 +169,4 @@ Some platforms have convenience scripts provided for building. - **[Linux](scripts/Linux.md)** - **[Windows](scripts/Windows.md)** -macOS scripts will come soon. \ No newline at end of file +macOS scripts will come soon. diff --git a/docs/Deps.md b/docs/Deps.md index cfea5d481d..62bb194793 100644 --- a/docs/Deps.md +++ b/docs/Deps.md @@ -20,7 +20,9 @@ The following additional tools are also required: - **[Windows installer](https://gitforwindows.org)** * **[Python3](https://www.python.org/downloads/)** 3.10+ - necessary to download external repositories * On Windows, you must install the **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** as well - - *A convenience script to install the latest SDK is provided in `tools/windows/install-vulkan-sdk.ps1`* + - *A convenience script to install the latest SDK is provided in:* + - `tools/windows/install-vulkan-sdk.ps1` (for PowerShell 5+) + - `tools/windows/install-vulkan-sdk.sh` (for MSYS2, Git Bash, etc) If you are on desktop and plan to use the Qt frontend, you *must* install Qt 6, and optionally Qt Creator (the **RECOMMENDED** IDE for building) * On Linux, *BSD and macOS, this can be done by the package manager