2012-02-22 00:44:42 +01:00
|
|
|
This folder can be used to pull together the chromium version of webrtc
|
2012-03-15 10:40:23 +01:00
|
|
|
and libjingle, and build the peerconnection sample client and server. This will
|
|
|
|
check out a new repository in which you can build peerconnection_server.
|
2012-02-22 00:44:42 +01:00
|
|
|
|
2012-03-15 10:40:23 +01:00
|
|
|
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
|