Skip to content
Nikita edited this page Oct 17, 2021 · 3 revisions

Welcome to the minEH wiki!

Building

Windows

To build minEH:

  1. Install MSYS2 1.1. Run in msys terminal: pacman -S gcc to install gcc compiler.
  2. Download and install Vulkan SDK.
  3. Install vcpkg (to link headers).
  4. Execute:
vckpg install vulkan
vckpg install stb
  1. Open minEH/Windows folder in any command line.
  2. Execute:
make
Clone this wiki locally