Skip to content

Commit

Permalink
build: add documentation for ninja support
Browse files Browse the repository at this point in the history
PR-URL: libuv#290
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
deleisha authored and bnoordhuis committed Mar 26, 2015
1 parent 508cd3c commit 2eb1c18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2eb1c18

Please sign in to comment.