8a9f0f4e4d
* Remove the peerconnection_server target from peerconnection.gyp since we have it in libjingle.gyp. * Add enabled_libjingle_device_manager in supplement.gypi to add devicemanger to stand alone build. * Add link settings to base.gyp which is needed by the new changes in peerconnection_client. Note: Resolving hostname function has some problem on Windows in this revision. So with this revision the peerconnection client can only take ip address directly as the server address on Windows. Review URL: https://webrtc-codereview.appspot.com/753008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2689 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
.. | ||
base | ||
net | ||
supplement | ||
DEPS | ||
OWNERS | ||
peerconnection.gyp | ||
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