mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
CMake script for retrieving, building and linking Google's WebRTC into a single static library.
| CMakeModules | ||
| Dependencies | ||
| jakelib | ||
| Samples | ||
| Targets | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| appveyor.yml | ||
| CMakeLists.txt | ||
| index.js | ||
| Jakefile | ||
| package.json | ||
| README.md | ||
libwebrtc
Build scripts to help retrieving and compiling WebRTC C++ native libraries.
Status
The following table displays the current state of this project, including supported platforms and architectures.
| Linux | Mac OS X | Windows | iOS | Android | |||||
|---|---|---|---|---|---|---|---|---|---|
| x86 | x64 | arm | x86 | x64 | x86 | x64 | arm | arm | |
| CMake 2.8 | - | Done | - | - | - | - | Done | - | - |
| Jake | - | Done | - | - | - | - | Done | - | - |
Prerequisites
Linux
Mac OS X
Windows
-
Windows 7 x64 or later, x86 operating systems are unsupported.
-
Visual Studio 2015 Update 2 - Download the Installer or ISO image
Make sure that you install the following components:
- Visual C++, which will select three sub-categories including MFC
- Universal Windows Apps Development Tools > Tools
- Universal Windows Apps Development Tools > Windows 10 SDK (10.0.10586)