Mypal/media/webrtc/trunk
Fedor 2d0a568f07 Add modern MIPS Support. 2020-07-16 02:36:10 +03:00
..
build Add modern MIPS Support. 2020-07-16 02:36:10 +03:00
chromium_deps ooops, some files where missed 2019-03-12 18:31:25 +03:00
google_apis/build basic source 2019-03-11 13:26:37 +03:00
net basic source 2019-03-11 13:26:37 +03:00
supplement basic source 2019-03-11 13:26:37 +03:00
testing ooops, some files where missed 2019-03-12 18:31:25 +03:00
third_party/opus basic source 2019-03-11 13:26:37 +03:00
tools ooops, some files where missed 2019-03-12 18:31:25 +03:00
webrtc Add modern MIPS Support. 2020-07-16 02:36:10 +03:00
AUTHORS ooops, some files where missed 2019-03-12 18:31:25 +03:00
DEPS ooops, some files where missed 2019-03-12 18:31:25 +03:00
Makefile.old basic source 2019-03-11 13:26:37 +03:00
OWNERS ooops, some files where missed 2019-03-12 18:31:25 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
dummy_file.txt basic source 2019-03-11 13:26:37 +03:00
peerconnection.Makefile basic source 2019-03-11 13:26:37 +03:00
peerconnection.gyp basic source 2019-03-11 13:26:37 +03:00
peerconnection_client.target.mk Junk captive portal and directory ping 2019-03-12 19:35:44 +03: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