diff options
author | Evan Martin <martine@danga.com> | 2011-05-20 16:06:44 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-05-22 16:26:06 (GMT) |
commit | c1b5ace19665ee154add5fbe47faf45f16ce619e (patch) | |
tree | 06c9e1fe9254493ede99ab0c02566f114ff18af3 | |
parent | df4c0d6ab9cb81673fd6b104ad024d155ff8472d (diff) | |
download | Ninja-c1b5ace19665ee154add5fbe47faf45f16ce619e.zip Ninja-c1b5ace19665ee154add5fbe47faf45f16ce619e.tar.gz Ninja-c1b5ace19665ee154add5fbe47faf45f16ce619e.tar.bz2 |
update obsolete HACKING notes
-rw-r--r-- | HACKING | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,6 @@ -Generating the docs: - sudo apt-get install asciidoc --no-install-recommends - ./ninja doc - Adjusting build flags: - It's kind of a hack, but edit config.ninja (which was generated by - bootstrap.sh) to turn on debugging symbols. + CFLAGS=-O3 ./configure + and rebuild. Test-driven development: Set your build command to @@ -33,7 +29,11 @@ Documentation guidelines: relatively self-evident (e.g. in CanonicalizePath(string* path, string* err), the arguments are hopefully obvious) -Windows development: +Generating the manual: + sudo apt-get install asciidoc --no-install-recommends + ./ninja manual + +Windows development on Linux (this is kind of hacky right now): - sudo apt-get install gcc-mingw32 wine - ./configure.py --platform=mingw - Build gtest: |