Skip to content

Commit

Permalink
add boto.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
feixiao committed Nov 23, 2018
1 parent 5b1f001 commit 1915346
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions boto.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Boto]
proxy=http://localhost
proxy_port=8118
11 changes: 10 additions & 1 deletion webrtc_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ A tutorial introduction to the Chromium depot_tools git extensions.
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
# 添加到环境变量
export PATH=$PATH:/home/frank/webrtc/depot_tools

1:创建boto.cfg文件
2:配置如下内容
[Boto]
proxy=http://127.0.0.1:8118
proxy_port = 8118
3: 设置环境变量NO_AUTH_BOTO_CONFIG
export NO_AUTH_BOTO_CONFIG=/home/frank/webrtc/boto.cfg
```

#### 安装依赖项
Expand All @@ -50,7 +58,8 @@ wget https://cs.chromium.org/chromium/src/build/install-build-deps.sh
```
mkdir webrtc_android && cd webrtc_android
fetch --nohooks webrtc_android
gclient sync
gclient sync --jobs 8
# gclient sync --nohooks --with_branch_heads
```

#### 编译代码
Expand Down

0 comments on commit 1915346

Please sign in to comment.