How webrtcbuilds gets built. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
- OSX (highly recommend Homebrew is installed)
- Windows (highly recommend Visual Studio Community 2013 at least and a Bash shell such as Git for Windows is installed)
- Linux (tested on Ubuntu 12.04/14.04 64-bit)
./build.sh
to build the latest version of WebRTC.
Or optionally another version specified by git SHA:
./build.sh options
OPTIONS:
-h Show this message
-r Revision represented as a git SHA
out/webrtcbuilds-<rev>-<sha>-<plat>.zip
where <rev>
is the revision number of the commit, <sha>
is the short git SHA of the commit, and <plat>
is the platform (linux64, windows, osx).