Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Getting started

Simone Degiacomi edited this page Jul 3, 2016 · 5 revisions

Install prebuilt module

npm install webrtc-native --save

Prerequisite software

Windows

You must build with Visual Studio 2013 Update 4, no other versions are supported.
You must have Windows 7 x64 or later. x86 OSs are unsupported.
You must run "npm install" with administrator privileges.

OS X

XCode 3.0 or higher

Linux (Ubuntu, Fedora, ...)

Checkout prerequisites

Building from source

git clone https://github.com/vmolsa/webrtc-native
cd webrtc-native
export BUILD_WEBRTC=true
npm install

Clone this wiki locally