diff options
-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: |