We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Grab a prebuilt binary for your platform from releases and unzip it.
To compile a simple application, run the following command(s):
$ 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.