Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 481 Bytes

build-macos.md

File metadata and controls

35 lines (23 loc) · 481 Bytes

Building on macOS Sequoia

Prerequisites

  • Xcode 16

  • Homebrew

  • Build tools

    brew install autoconf-archive automake cmake libtool llvm ninja

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