- Install depot_tools.
- Clone this repo:
git clone https://github.com/ofrobots/no && cd no. - Fetch dependencies:
gclient sync. - Generate build:
gn gen out. - Build using ninja:
ninja -C out.
No.
git clone https://github.com/ofrobots/no && cd no.gclient sync.gn gen out.ninja -C out.No.