2021-06-28 13:42:31 +02:00
|
|
|
# WebRTC supported plaftorms and compilers
|
|
|
|
|
|
|
|
|
|
<?% config.freshness.owner = 'mbonadei' %?>
|
|
|
|
|
<?% config.freshness.reviewed = '2021-06-25' %?>
|
|
|
|
|
|
|
|
|
|
## Operating systems and CPUs
|
|
|
|
|
|
|
|
|
|
The list of officially supported operating systems and CPUs is:
|
|
|
|
|
|
2021-06-28 14:02:13 +02:00
|
|
|
* 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.
|
2021-06-28 13:42:31 +02:00
|
|
|
|
|
|
|
|
Other platforms are not officially supported (which means there is no CI
|
2021-06-28 14:02:13 +02:00
|
|
|
coverage for them) but patches to keep WebRTC working with them are welcomed by
|
|
|
|
|
the WebRTC Team.
|
2021-06-28 13:42:31 +02:00
|
|
|
|
|
|
|
|
## Compilers
|
|
|
|
|
|
|
|
|
|
WebRTC officially supports clang on all the supported platforms. The clang
|
2021-06-28 14:02:13 +02:00
|
|
|
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)
|
2021-06-28 13:42:31 +02:00
|
|
|
by looking at the value of `CLANG_REVISION`).
|
|
|
|
|
|
2021-06-28 14:02:13 +02:00
|
|
|
See also
|
|
|
|
|
[here](https://source.chromium.org/chromium/chromium/src/+/main:docs/clang.md)
|
2021-06-28 13:42:31 +02:00
|
|
|
for some clang related documentation from Chromium.
|
|
|
|
|
|
|
|
|
|
Other compilers are not officially supported (which means there is no CI
|
2021-06-28 14:02:13 +02:00
|
|
|
coverage for them) but patches to keep WebRTC working with them are welcomed by
|
|
|
|
|
the WebRTC Team.
|