如何编译iOS的WEBRTC的叉子

发布于 2025-02-05 12:08:42 字数 474 浏览 1 评论 0原文

我需要为iOS编译此WEBRTC的叉子 https://github.com/pixiv/webrtc

我遵循了此处指示的步骤: https://github.com/pixiv/webrtc/releases

但是,当我尝试使用python build_ios_libs.py构建框架时 - bitcode

显示出来,并且找不到find_depot_tools文件

。 GH repo克隆Pixiv/webrtc

请帮助我做对还是错过了什么? 谢谢

I need to compile this fork of WebRTC for iOS
https://github.com/pixiv/webrtc

I have followed the steps indicated here: https://github.com/pixiv/webrtc/releases.

but when i try to build the framework using python build_ios_libs.py --bitcode

it shows and error find_depot_tools file not found

I have cloned the repo to my computer with this command line;
gh repo clone pixiv/webrtc

please help am i doing right or missing something??
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小嗲 2025-02-12 12:08:42

您需要 Google Depot工具
git克隆https://chromium.googlesource.com/chromium/tools/depot_tools.git

导出路径= $路径: pwd /depot_tools/

You need google depot tools
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

and set the path to the tools
export PATH=$PATH:pwd/depot_tools/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文