CMake script for retrieving, building and linking Google's WebRTC into a single static library.
Find a file
2017-01-28 16:32:09 +01:00
CMakeModules CMake: Remove VERBATIM flag, fix gn gen arguments 2017-01-28 12:56:19 +01:00
jakelib Win32: Now working under Jake 2016-10-13 20:12:08 +02:00
Samples OSX: Fix sample and library definition 2016-11-27 16:57:32 +01:00
Targets Put the NINJA_ARGS back 2017-01-28 16:32:09 +01:00
.gitignore OSX: Fix sample and library definition 2016-11-27 16:57:32 +01:00
.gitmodules Git: Move Dependencies/depot_tools depot_tools 2017-01-28 14:18:33 +01:00
.travis.yml CMake: Add the NINJA_ARGS config variable, set -j 4 in Travis, 2 in AppVeyor 2016-11-28 18:47:27 +01:00
appveyor.yml CMake: Add the NINJA_ARGS config variable, set -j 4 in Travis, 2 in AppVeyor 2016-11-28 18:47:27 +01:00
CMakeLists.txt Add TARGET_OS and TARGET_CPU variables 2017-01-27 22:38:22 +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
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)