gecko-dev/media/webrtc/trunk
2016-08-12 13:44:29 -07:00
..
build Bug 1285501 - Build linux/ directory on DragonFly, NetBSD and Solaris as well. r=jesup 2016-07-08 09:27:08 +00:00
chromium_deps
google_apis/build
net
supplement
testing
third_party/opus
tools
webrtc Merge inbound to central, a=merge 2016-08-12 13:44:29 -07:00
AUTHORS
DEPS
dummy_file.txt
Makefile.old
OWNERS
peerconnection_client.target.mk
peerconnection.gyp
peerconnection.Makefile
README

This folder can be used to pull together the chromium version of webrtc
and libjingle, and build the peerconnection sample client and server. This will
check out a new repository in which you can build peerconnection_server.

Steps:
1) Create a new directory for the new repository (outside the webrtc repo):
   mkdir peerconnection
   cd peerconnection
2) gclient config --name trunk http://webrtc.googlecode.com/svn/trunk/peerconnection
3) gclient sync
4) cd trunk
5) make peerconnection_server peerconnection_client