diff options
Diffstat (limited to 'media/webrtc/trunk/README')
-rw-r--r-- | media/webrtc/trunk/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media/webrtc/trunk/README b/media/webrtc/trunk/README new file mode 100644 index 000000000..b7bafb24b --- /dev/null +++ b/media/webrtc/trunk/README @@ -0,0 +1,12 @@ +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 |