mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00

This reverts commit0f2ce5cc1c
. Reason for revert: Downstream infrastructure should be ready now Original change's description: > Revert "Migrate WebRTC documentation to new renderer" > > This reverts commit3eceaf4669
. > > Reason for revert: > > Original change's description: > > Migrate WebRTC documentation to new renderer > > > > Bug: b/258408932 > > Change-Id: Ib96f39fe0c3912f9746bcc09d079097a145d6115 > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290987 > > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > > Commit-Queue: Artem Titov <titovartem@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#39205} > > Bug: b/258408932 > Change-Id: I16cb4088bee3fc15c2bb88bd692c592b3a7db9fe > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291560 > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Owners-Override: Artem Titov <titovartem@webrtc.org> > Commit-Queue: Artem Titov <titovartem@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#39209} Bug: b/258408932 Change-Id: Ia172e4a6ad1cc7953b48eed08776e9d1e44eb074 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291660 Owners-Override: Artem Titov <titovartem@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39231}
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
<!-- go/cmark -->
|
|
<!--* freshness: {owner: 'mbonadei' reviewed: '2021-06-25'} *-->
|
|
|
|
# WebRTC supported plaftorms and compilers
|
|
|
|
## Operating systems and CPUs
|
|
|
|
The list of officially supported operating systems and CPUs is:
|
|
|
|
* Android: armeabi-v7a, arm64-v8a, x86, x86_64.
|
|
* iOS: arm64, x86_64.
|
|
* Linux: armeabi-v7a, arm64-v8a, x86, x86_64.
|
|
* macOS: x86_64, arm64 (M1).
|
|
* Windows: x86_64.
|
|
|
|
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 by
|
|
the WebRTC Team.
|
|
|
|
## Compilers
|
|
|
|
WebRTC officially supports clang on all the supported platforms. The clang
|
|
version officially supported is the one used by Chromium (hence the version 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)
|
|
by looking at the value of `CLANG_REVISION`).
|
|
|
|
See also
|
|
[here](https://source.chromium.org/chromium/chromium/src/+/main:docs/clang.md)
|
|
for some clang related documentation from Chromium.
|
|
|
|
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 by
|
|
the WebRTC Team.
|