Tips on Building WebRTC on Windows

Problem: Git ask me to input git user and passwordgit

Solution: Set environment variable SET DEPOT_TOOLS_WIN_TOOLCHAIN=0ui

Problem: rtc_base.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x3945Aspa

Solution: WebRTC used clang to build the system, we have to use MSVC toolchain, add arguments is_clang=false use_lld=false to create build make.input

相關文章
相關標籤/搜索