编程语言
首页 > 编程语言> > win10+vs2019 编译webrtc m108

win10+vs2019 编译webrtc m108

作者:互联网

1.所需工具列表

2. 安装、配置vs2019

2.1 将vs2019安装至c盘

3. 其他工具、环境变量

# 设置gclient代理
set http_proxy=http://localhost:7890
set https_proxy=http://localhost:7890
set all_proxy=http://localhost:7890

# 设置git代理
git config --global http.proxy socks5://127.0.0.1:7890
git config --global https.proxy socks5://127.0.0.1:7890

# 设置环境变量
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
set vs2019_install=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
set GYP_MSVS_OVERRIDE_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
set GYP_GENERATORS=msvs-ninja,ninja

标签:系统,塔建,浏览器,请求服务,Spring
来源: