Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 631 Bytes

build-windows.md

File metadata and controls

39 lines (24 loc) · 631 Bytes

Building on Windows 10/11

Prerequisites

  1. Visual Studio 2022

    Under Workloads, select the following item:

    • Desktop & Mobile

      • Desktop development with C++

    Under Individual components, select the following item:

    • Code tools

      • Git for Windows

Clone

git clone --recurse-submodules https://github.com/unageek/kigumi.git
cd kigumi

To update an existing repository:

git pull --recurse-submodules

Build

./run configure  # or ./run c
./run build      # or ./run b