Skip to content
Snippets Groups Projects
Verified Commit 68f0401c authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#19] Improved windows build guide

parent 86d28def
No related branches found
No related tags found
1 merge request!102Resolve "Weitere Informationen hinzufügen zu Readme.md"
Pipeline #28048 canceled
...@@ -2,15 +2,14 @@ ...@@ -2,15 +2,14 @@
## How to build with MSVC on Windows ## How to build with MSVC on Windows
1. Something, something, open VisualStudio 1. Download and install [VulkanSDK](https://vulkan.lunarg.com/sdk/home#windows)
2. Something, something, update VisualStudio 2. Download and install [VisualStudio](https://visualstudio.microsoft.com/vs/features/cplusplus/) for MSVC
3. Install VulkanSDK and restart 3. (optional) Download and install [CLion](https://www.jetbrains.com/clion/) as IDE to develop
4. Check for updates 4. Create and configure a project with the framework and build it
5. Create a project solution and fix the mess
## How to build with GCC on Windows ## How to build with GCC on Windows
1. Install MSYS2 1. Install [MSYS2](https://www.msys2.org/)
2. Run "MSYS2 MSYS" from Start menu 2. Run "MSYS2 MSYS" from Start menu
3. Enter the following commands into MSYS2 console: 3. Enter the following commands into MSYS2 console:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment