From c1b5ace19665ee154add5fbe47faf45f16ce619e Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Fri, 20 May 2011 09:06:44 -0700 Subject: update obsolete HACKING notes --- HACKING | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING b/HACKING index 56682aa..1650eb5 100644 --- a/HACKING +++ b/HACKING @@ -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: -- cgit v0.12