-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nikita edited this page Oct 17, 2021
·
3 revisions
Welcome to the minEH wiki!
To build minEH:
- Install MSYS2
1.1. Run in msys terminal:
pacman -S gcc
to install gcc compiler. - Download and install Vulkan SDK.
- Install vcpkg (to link headers).
- Execute:
vckpg install vulkan
vckpg install stb
- Open minEH/Windows folder in any command line.
- Execute:
make