• Stars
    star
    155
  • Rank 239,412 (Top 5 %)
  • Language Makefile
  • License
    Apache License 2.0
  • Created almost 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

libwebrtc binaries (unofficial)

libwebrtc binaries

build JitPack License

This repository contains build scripts that can be used to build statically linked libwebrtc binaries.

Status

The following table displays the current state of this project, including supported platforms and architectures.

Status

x86 x64 arm arm64
Linux - ✔ ✔ ✔
macOS - ✔ - ✔
Windows ✔ ✔ - -
iOS - ✔ - ✔
Android - ✔ ✔ ✔

Prerequisites

  • Make
  • Python 3.8 (optional for Windows since it will use the interpreter located inside the depot_tools installation)

Building

Linux / macOS / iOS / Android

cd build
make [options] [platform]

check [options] and [platform] by executing make help.

Windows

build.windows.bat

License

Apache License 2.0

Reference