tenfourfox/media/webrtc/trunk
Cameron Kaiser cfb4b1e08a #587: M1598543 M1607902 disable remote jars 2020-02-07 20:23:59 -08:00
..
build hello FPR 2017-04-19 00:56:45 -07:00
chromium_deps hello FPR 2017-04-19 00:56:45 -07:00
google_apis/build hello FPR 2017-04-19 00:56:45 -07:00
net hello FPR 2017-04-19 00:56:45 -07:00
supplement hello FPR 2017-04-19 00:56:45 -07:00
testing hello FPR 2017-04-19 00:56:45 -07:00
third_party/opus hello FPR 2017-04-19 00:56:45 -07:00
tools hello FPR 2017-04-19 00:56:45 -07:00
webrtc #587: M1598543 M1607902 disable remote jars 2020-02-07 20:23:59 -08:00
AUTHORS hello FPR 2017-04-19 00:56:45 -07:00
DEPS hello FPR 2017-04-19 00:56:45 -07:00
Makefile.old hello FPR 2017-04-19 00:56:45 -07:00
OWNERS hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00
dummy_file.txt hello FPR 2017-04-19 00:56:45 -07:00
peerconnection.Makefile hello FPR 2017-04-19 00:56:45 -07:00
peerconnection.gyp hello FPR 2017-04-19 00:56:45 -07:00
peerconnection_client.target.mk hello FPR 2017-04-19 00:56:45 -07:00

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