Move supported_platforms.md under g3doc/.
No-Try: True Bug: webrtc:12896 Change-Id: Id194fe0e6d09b7661078f9eb2f35b7cbc67a82de Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224084 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34374}
This commit is contained in:
parent
e6ab5200b3
commit
06b8f7ea32
@ -7,6 +7,7 @@
|
|||||||
* [Threading](/api/g3doc/threading_design.md)
|
* [Threading](/api/g3doc/threading_design.md)
|
||||||
* Implementation
|
* Implementation
|
||||||
* [Basic concepts](/g3doc/implementation_basics.md)
|
* [Basic concepts](/g3doc/implementation_basics.md)
|
||||||
|
* [Supported Platforms and Compilers](/g3doc/supported-platforms-and-compilers.md)
|
||||||
* Network
|
* Network
|
||||||
* [ICE](/p2p/g3doc/ice.md)
|
* [ICE](/p2p/g3doc/ice.md)
|
||||||
* STUN
|
* STUN
|
||||||
|
|||||||
@ -14,21 +14,23 @@ The list of officially supported operating systems and CPUs is:
|
|||||||
* Windows: x86_64.
|
* Windows: x86_64.
|
||||||
|
|
||||||
Other platforms are not officially supported (which means there is no CI
|
Other platforms are not officially supported (which means there is no CI
|
||||||
coverage for them) but patches to keep WebRTC working with them are welcomed
|
coverage for them) but patches to keep WebRTC working with them are welcomed by
|
||||||
by the WebRTC Team.
|
the WebRTC Team.
|
||||||
|
|
||||||
## Compilers
|
## Compilers
|
||||||
|
|
||||||
WebRTC officially supports clang on all the supported platforms. The clang
|
WebRTC officially supports clang on all the supported platforms. The clang
|
||||||
version officially supported is the one used by Chromium (hence the version
|
version officially supported is the one used by Chromium (hence the version is
|
||||||
is really close to Tip of Tree and can be checked [here](https://source.chromium.org/chromium/chromium/src/+/main:tools/clang/scripts/update.py)
|
really close to Tip of Tree and can be checked
|
||||||
|
[here](https://source.chromium.org/chromium/chromium/src/+/main:tools/clang/scripts/update.py)
|
||||||
by looking at the value of `CLANG_REVISION`).
|
by looking at the value of `CLANG_REVISION`).
|
||||||
|
|
||||||
See also [here](https://source.chromium.org/chromium/chromium/src/+/main:docs/clang.md)
|
See also
|
||||||
|
[here](https://source.chromium.org/chromium/chromium/src/+/main:docs/clang.md)
|
||||||
for some clang related documentation from Chromium.
|
for some clang related documentation from Chromium.
|
||||||
|
|
||||||
MSVC is also supported at version VS 2019 16.61.
|
MSVC is also supported at version VS 2019 16.61.
|
||||||
|
|
||||||
Other compilers are not officially supported (which means there is no CI
|
Other compilers are not officially supported (which means there is no CI
|
||||||
coverage for them) but patches to keep WebRTC working with them are welcomed
|
coverage for them) but patches to keep WebRTC working with them are welcomed by
|
||||||
by the WebRTC Team.
|
the WebRTC Team.
|
||||||
Loading…
x
Reference in New Issue
Block a user