美文网首页
编译webRTC

编译webRTC

作者: Amy莫莫 | 来源:发表于2017-08-30 14:24 被阅读34次

1)解压
2)安装dpot_tools
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=pwd/depot_tools:"$PATH"
3)进入webrtc-ios目录
cd webrtc-ios
4)删除llvm目录,重新sync
rm -rf src/third_party/llvm-build/
gclient sync
gclient runhooks

5)编译
cd src
gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64"'

ninja -C out/ios_64 AppRTCMobile

相关文章

  • WebRTC研究 (一) 编译源码

    @[TOC](WebRTC研究 (一) 编译源码) 1. WebRTC 源码编译 1.1 IOS平台编译 1.1....

  • Ubuntu 下编译 WebRTC

    -- Ubuntu 下编译 WebRTC Ubuntu 下编译 WebRTC 一、Ubuntu 系统环境准备 1、...

  • webrtc

    源码编译 编译最新版webrtc源码和编译好的整个项目10多个Gwebrtc源webrtc技术实践depot_to...

  • Google WebRtc 编译

    Google WebRtc 编译 前段时间有同学留言如何编译 webrtc,写给需要的你,关注微信公众号 他晓,进...

  • 在 Mac 上为 Android 编译 WebRTC

    在 Mac 上为 Android 编译 WebRTC 的基本流程和在任意平台上编译任何其它目标平台的 WebRTC...

  • WebRTC编译

    编译生成Framwork 1.修改路径webrtc/src/tools_webrtc/ios/build_ios_...

  • 下载、环境配置

    Windows下编译WebRTC[http://avdancedu.com/2bafd6cf/] webrtc w...

  • WebRTC之服务器搭建

    前言 在前面的WebRTC介绍中我们已经介绍了WebRTC的编译以及成功地把WebRTC在Android Stud...

  • WebRTC 编译

    webrtc所有平台下载编译步骤详细说明https://www.jianshu.com/p/f5ff16b3c42...

  • WebRTC编译

    居然能访问 https://src.chromium.org/, 不过里面文件好像太老了 网上关于编译下载的文章乱...

网友评论

      本文标题:编译webRTC

      本文链接:https://www.haomeiwen.com/subject/dnytjxtx.html