summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/README
blob: b7bafb24b66c5164b4c486ffe7918e7022f17212 (plain)
1
2
3
4
5
6
7
8
9
10
11
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