编译最新版webrtc源码和编译好的整个项目10多个G【分享】



编译最新版webrtc源码和编译好的整个项目10多个G【分享】


参考https://webrtc.org/native-code/development/编译最新版webrtc源码:

git clone https://chromium.googlesource.com/external/webrtc

gclient config https://chromium.googlesource.com/external/webrtc --name=src

set DEPOT_TOOLS_WIN_TOOLCHAIN=0
set GYP_MSVS_VERSION=2015
set GYP_GENERATORS=ninja,msvs-ninja
gclient sync
cd src
python webrtc/build/gyp_webrtc.py

上图哈:

编译最新版webrtc源码和编译好的整个项目10多个G【分享】_第1张图片


注:
1.depot_tools的使用参考:
https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart#markdown-header-windows-setup
2.webrtc官方源码我copy到github上了:https://github.com/JumpingYang001/webrtc
3.webrtc编译好的整个项目我传到百度云了:http://pan.baidu.com/s/1nuT0MV3 (注:由于刚压缩好在上传中,有10多G,请稍等,等上传完成后再下载)



你可能感兴趣的:(源码,WebRTC)