Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 588 Bytes

build_instructions_windows.md

File metadata and controls

18 lines (10 loc) · 588 Bytes

Windows Build Instructions

  1. Install CMake.

    Add CMake to the path of the current user.

  2. Install the Vulkan-SDK in version 1.2.162.

  3. Generate the Visual Studio Solution:

    Open Developer Command Prompt for VS 2019 and navigate to the repository. Run the following command:

    cmake.exe -G "Visual Studio 16 2019" -A x64 -B build
    
  4. Open the generated solution raygun.sln located inside the build directory.

  5. Release and debug configurations can now be built and run from within Visual Studio.