https://github.com/richmonkey/webrtc_mini
webrtc mini
https://github.com/richmonkey/webrtc_mini
Last synced: 6 months ago
JSON representation
webrtc mini
- Host: GitHub
- URL: https://github.com/richmonkey/webrtc_mini
- Owner: richmonkey
- Created: 2016-02-16T15:25:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T14:41:16.000Z (over 10 years ago)
- Last Synced: 2023-04-03T18:53:09.755Z (over 3 years ago)
- Language: C++
- Size: 11.7 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git remote add -f --no-tags webrtc /tmp/webrtc_src
git read-tree --prefix=webrtc -u webrtc/gobelieve:webrtc
将webrtc/build/common.gypi种的'enable_protobuf%'变量改为0, "include_tests"变量改为0, "clang_xcode"变量改为1.
git remote add -f --no-tags chromium /tmp/chromium_src
git read-tree --prefix=build -u chromium/gobelieve:build
git read-tree --prefix=tools/clang -u chromium/gobelieve:tools/clang
git read-tree --prefix=third_party/libvpx_new -u chromium/gobelieve:third_party/libvpx_new
git read-tree --prefix=third_party/usrsctp -u chromium/gobelieve:third_party/usrsctp
git read-tree --prefix=third_party/boringssl -u chromium/gobelieve:third_party/boringssl
#init android tools
cd third_party
mkdir android_tools
git init .
git remote add origin https://chromium.googlesource.com/android_tools.git
git fetch origin 21f4bcbd6cd927e4b4227cfde7d5f13486be1236
git reset --hard FETCH_HEAD
This downloads SDK extras and puts them in the
third_party/android_tools/sdk/extras directory on the bots. Developers
need to manually install these packages and accept the ToS.
python build/download_sdk_extras.py