README 519 B

12345678910111213
  1. This folder can be used to pull together the chromium version of webrtc
  2. and libjingle, and build the peerconnection sample client and server. This will
  3. check out a new repository in which you can build peerconnection_server.
  4. Steps:
  5. 1) Create a new directory for the new repository (outside the webrtc repo):
  6. mkdir peerconnection
  7. cd peerconnection
  8. 2) gclient config --name trunk http://webrtc.googlecode.com/svn/trunk/peerconnection
  9. 3) gclient sync
  10. 4) cd trunk
  11. 5) make peerconnection_server peerconnection_client