webrtc/g3doc/supported-platforms-and-compilers.md
Mirko Bonadei 2da07c8ebb Update docs about supported platforms and compilers.
Bug: b/364206287
Change-Id: I571bd149154ad017e15426abb9d0c4023f400998
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361600
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42943}
2024-09-04 10:30:16 +00:00

1.2 KiB

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.
  • 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 by looking at the value of CLANG_REVISION).

See also here 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.