blob: 486b14d50f6829e030833506aa94ca45839a7391 [file] [log] [blame] [view]
Petr Hosek567ac712018-05-30 15:55:16 -07001# GN
2
Scott Grahamab123de2018-06-08 15:53:07 -07003GN is a meta-build system that generates build files for
4[Ninja](https://ninja-build.org).
5
6Get started with:
7
Scott Graham4a2a0682018-06-11 09:28:19 -07008 git clone https://gn.googlesource.com/gn
9 cd gn
10 build/gen.py
11 ninja -C out