CMake script for retrieving, building and linking Google's WebRTC into a single static library.
Find a file
2016-11-27 10:19:11 +01:00
CMakeModules CMake: Make everything working under Windows 2016-11-26 17:45:35 +01:00
Dependencies Win32: Now working under Jake 2016-10-13 20:12:08 +02:00
jakelib Win32: Now working under Jake 2016-10-13 20:12:08 +02:00
Samples CMake: Retrieve Chromium and WebRTC separately 2016-11-25 20:08:27 +01:00
Targets CMake: Use 7Z package generator under Windows, fixes #11 2016-11-27 10:17:06 +01:00
.gitignore Ignore node and gclient files 2016-10-08 12:21:57 +02:00
.gitmodules Fetch and compile cmake targets 2016-09-23 19:33:28 +02:00
.travis.yml CMake: Better steps 2016-11-26 16:10:13 +01:00
appveyor.yml AppVeyor: Upload the package generated by CMake instead of doing it ourselves 2016-11-27 10:19:11 +01:00
CMakeLists.txt CMake: Better steps 2016-11-26 16:10:13 +01:00
index.js Output the relative directory for include and lib 2016-10-08 12:57:36 +02:00
Jakefile Jake: Add jake files and package.json 2016-10-08 12:18:37 +02:00
merge_libs_wrapper.py Win32: Add Win32Console.cpp, temporary fix for merge script 2016-11-01 10:58:38 +01:00
package.json Jake: Remove checksum handling 2016-10-09 08:01:58 +02:00
README.md README: Add Visual Studio 2015 download links 2016-10-16 17:11:58 +02:00

libwebrtc

Build Status Build Status

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)