mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Mention ninja all in webrtc development documantation.
Bug: b/177971218 Change-Id: Ia49ca147ad286ef1ad8ac8ddd6b7fd8b05e384ea Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208942 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33355}
This commit is contained in:
parent
4785402475
commit
bfc3ef0fec
1 changed files with 9 additions and 0 deletions
|
@ -119,6 +119,14 @@ For [Ninja][ninja] project files generated in `out/Default`:
|
||||||
$ ninja -C out/Default
|
$ ninja -C out/Default
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build everything in the generated folder (`out/Default`):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ninja all -C out/Default
|
||||||
|
```
|
||||||
|
|
||||||
|
See [Ninja build rules][ninja-build-rules] to read more about difference between `ninja` and `ninja all`.
|
||||||
|
|
||||||
|
|
||||||
## Using Another Build System
|
## Using Another Build System
|
||||||
|
|
||||||
|
@ -262,6 +270,7 @@ Target name `turnserver`. Used for unit tests.
|
||||||
|
|
||||||
|
|
||||||
[ninja]: https://ninja-build.org/
|
[ninja]: https://ninja-build.org/
|
||||||
|
[ninja-build-rules]: https://gn.googlesource.com/gn/+/master/docs/reference.md#the-all-and-default-rules
|
||||||
[gn]: https://gn.googlesource.com/gn/+/master/README.md
|
[gn]: https://gn.googlesource.com/gn/+/master/README.md
|
||||||
[gn-doc]: https://gn.googlesource.com/gn/+/master/docs/reference.md#IDE-options
|
[gn-doc]: https://gn.googlesource.com/gn/+/master/docs/reference.md#IDE-options
|
||||||
[webrtc-android-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/android/index.md
|
[webrtc-android-development]: https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/android/index.md
|
||||||
|
|
Loading…
Reference in a new issue