build: add documentation for ninja support

PR-URL: https://github.com/libuv/libuv/pull/290
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Devchandra Meetei Leishangthem 2015-03-26 16:16:25 +05:30 committed by Ben Noordhuis
parent 508cd3c220
commit 2eb1c18240

View File

@ -155,6 +155,15 @@ Run:
Note for UNIX users: compile your project with `-D_LARGEFILE_SOURCE` and
`-D_FILE_OFFSET_BITS=64`. GYP builds take care of that automatically.
### Using Ninja
To use ninja for build on ninja supported platforms, run:
$ ./gyp_uv.py -f ninja
$ ninja -C out/Debug #for debug build OR
$ ninja -C out/Release
### Running tests
Run: