Petr Hosek | 567ac71 | 2018-05-30 15:55:16 -0700 | [diff] [blame] | 1 | # GN |
2 | |||||
Scott Graham | ab123de | 2018-06-08 15:53:07 -0700 | [diff] [blame] | 3 | GN is a meta-build system that generates build files for |
4 | [Ninja](https://ninja-build.org). | ||||
5 | |||||
6 | Get started with: | ||||
7 | |||||
Scott Graham | 4a2a068 | 2018-06-11 09:28:19 -0700 | [diff] [blame^] | 8 | git clone https://gn.googlesource.com/gn |
9 | cd gn | ||||
10 | build/gen.py | ||||
11 | ninja -C out |