Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

5 编译

gngpp edited this page Feb 14, 2024 · 1 revision
  • Linux编译,Ubuntu机器为例:
apt install build-essential
apt install cmake
apt install libclang-dev

git clone https://github.com/gngpp/ninja.git && cd ninja
cargo build --release
  • OpenWrt 编译
cd package
svn co https://github.com/gngpp/ninja/trunk/openwrt
cd -
make menuconfig # choose LUCI->Applications->luci-app-ninja  
make V=s
Clone this wiki locally