Skip to content
vsimon edited this page Dec 9, 2014 · 42 revisions

Installation

Grab a prebuilt binary for your platform from releases and unzip it.

Usage

To compile a simple application, run the following command(s):

Linux

$ export PKG_CONFIG_PATH=<webrtcbuilds-folder>/lib/Release/pkgconfig

$ g++ -o test test.cpp $(pkg-config --cflags --libs --define-variable=prefix=<webrtcbuilds-folder> libwebrtc_full)

where <webrtcbuilds-folder> is the extracted folder from the installation step.

Clone this wiki locally