From 68f0401cb374faf489220a5734569202dcb81214 Mon Sep 17 00:00:00 2001 From: Tobias Frisch <tfrisch@uni-koblenz.de> Date: Tue, 7 Dec 2021 14:06:04 +0100 Subject: [PATCH] [#19] Improved windows build guide Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de> --- doc/BUILD_WINDOWS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/BUILD_WINDOWS.md b/doc/BUILD_WINDOWS.md index 4cb2a55c..215d4a62 100644 --- a/doc/BUILD_WINDOWS.md +++ b/doc/BUILD_WINDOWS.md @@ -2,15 +2,14 @@ ## How to build with MSVC on Windows -1. Something, something, open VisualStudio -2. Something, something, update VisualStudio -3. Install VulkanSDK and restart -4. Check for updates -5. Create a project solution and fix the mess +1. Download and install [VulkanSDK](https://vulkan.lunarg.com/sdk/home#windows) +2. Download and install [VisualStudio](https://visualstudio.microsoft.com/vs/features/cplusplus/) for MSVC +3. (optional) Download and install [CLion](https://www.jetbrains.com/clion/) as IDE to develop +4. Create and configure a project with the framework and build it ## How to build with GCC on Windows -1. Install MSYS2 +1. Install [MSYS2](https://www.msys2.org/) 2. Run "MSYS2 MSYS" from Start menu 3. Enter the following commands into MSYS2 console: ``` -- GitLab