Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/basic/webrtc-compilation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export PATH=/path/to/depot_tools:$PATH
然后执行如下命令,整个过程需要大约 40 分钟,请保持耐心 🙏

```bash
#添加完depot_tools到PATH之后,需要在任意目录下运行 gclient ,它会自动update depot_tools一些组件,如果直接运行fetch命令,可能会缺乏一些组件报错
$ gclient
# 创建并切换到 ~/webrtc(也可以是自定义路径)
$ mkdir ~/webrtc && cd "$_"
# 拉取并同步 WebRTC 的最新代码
Expand Down