Skip to content
Snippets Groups Projects

Resolve "Weitere Informationen hinzufügen zu Readme.md"

Merged Tobias Frisch requested to merge 19-weitere-informationen-hinzufugen-zu-readme-md into develop
1 file
+ 5
6
Compare changes
  • Side-by-side
  • Inline
+ 5
6
@@ -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:
```
```
Loading