代码拉取完成,页面将自动刷新
同步操作将从 saint/KKPlayer 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
webrtc博客,http://www.cnblogs.com/Leo_wl/p/5706038.html
I am using one Shadowsocks proxy in China because of the GFW.
The following is my complete setting :
(1) Set Shadowsockes as global proxy mode;
(2) Set GIT proxy as following:
git config --global http.proxy http://localhost:1080
git config --global https.proxy https://localhost:1080
(3) Set Winhttp proxy as following:
c:\>netsh
netsh>winhttp
netsh winhttp>set proxy localhost:58328
(4) Set the http_proxy, https_proxy environment variables as following:
c:\>set http_proxy=http://localhost:58328
c:\>set https_proxy=https://localhost:58328
在E:\depot_tools下新建http_proxy.boto,内容如下:
[Boto]
proxy= 127.0.0.1
proxy_port= 1080
set http_proxy=http://127.0.0.1:58328
set https_proxy=http://127.0.0.1:58328
设置下载工具git代理:
git config --global http.proxy http://127.0.0.1:58328
git config --global https.proxy https://127.0.0.1:58328
取消代理:
git config --global --unset http.proxy
git config --global --unset https.proxy
设置BOTO代理,解决download google storage失败问题:
set NO_AUTH_BOTO_CONFIG=D:\depot_tools\http_proxy.boto
设置不再次下载工具链:
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
设置生成工程环境变量:
set GYP_GENERATORS=msvs-ninja,ninja
set GYP_MSVS_VERSION=2015
首次下载输入下载命令:
fetch webrtc
下次更新
gclient sync
$(WebrtcPath)\src\out\x86Re\lib;
gn gen out/x862015 --ide="vs2015" --args="is_debug=true target_cpu=\"x86\""
gn gen out/x86Re --ide="vs2015" --args="is_debug=false target_cpu=\"x86\""
gn gen out/x642015Re --ide="vs2015" --args="is_debug=false target_cpu=\"x64\""
ninja -C out/x862015
ninja -C out/x642015Re
Android:
export GYP_DEFINES="OS=android"
fetch --nohooks webrtc_android
gclient sync
ninja -C out/x86Re
git取消
git config --global --unset http.proxy
git config --global --unset https.proxy
SignalEncoderConfigurationChanged
export PATH="D://depot_tools:${PATH}"
python tools/git-sync-deps
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。