Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 604 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 604 Bytes

kaishi

Linux Build

Dependencies

  • Cmake >= 3.10
wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0-linux-x86_64.tar.gz
tar -xvf cmake-3.20.0-linux-x86_64.tar.gz
cd cmake-3.20.0-linux-x86_64.tar.gz
cp -r bin/* /usr/bin
cp -r share/* /usr/share
  • X11
$ apt install xorg-dev libglu1-mesa-dev

Compile

$ mkdir build
$ make build

macOS Build

Dependencies

  • Cmake >= 3.10
$ brew install cmake

Compile

$ python3 vender/patches/addVendorPatches.py
$ make build

Windows Build