一、安裝depot_tools工具
首先你的電腦上安裝了git
1) 下載depot_tools
cd到下載的目錄下
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
使用git下載源碼的時(shí)候會報(bào)這樣的錯(cuò)誤
unable to access 'https://chromium.googlesource.com/chromium/tools/depot_tools.git/': Failed to connect to chromium.googlesource.com port 443: Operation timed out
可以按照下面這篇博客的方式進(jìn)行配置就能下載了
https://laod.cn/hosts/2017-google-hosts.html/comment-page-6
2) 把depot_tools的路徑添加到export PATH=`pwd`/depot_tools:"$PATH"
3) 檢測路徑是否添加正確
運(yùn)行命令echo $PATH,查看工具的路徑是否正確,如果不正確的話
下載webrtc的源碼會報(bào)錯(cuò)fetch: command not found
檢測depot_tools是否配置正確的方式還可以直接在終端輸入gn然后按tab鍵
如果配置正確將顯示
gn gn.py gnuattach gnuclient gnudoit gnumake gnuserv
如果配置不正確將顯示
gnuattach gnuclient gnudoit gnumake gnuserv
二、下載webrtc的源碼
首先你需要有VPN能FQ,推薦使用紅杏
fetch --nohooks webrtc_ios
gclient sync
延伸閱讀
- ssh框架 2016-09-30
- 阿里移動安全 [無線安全]玩轉(zhuǎn)無線電——不安全的藍(lán)牙鎖 2017-07-26
- 消息隊(duì)列NetMQ 原理分析4-Socket、Session、Option和Pipe 2024-03-26
- Selective Search for Object Recognition 論文筆記【圖片目標(biāo)分割】 2017-07-26
- 詞向量-LRWE模型-更好地識別反義詞同義詞 2017-07-26
- 從棧不平衡問題 理解 calling convention 2017-07-26
- php imagemagick 處理 圖片剪切、壓縮、合并、插入文本、背景色透明 2017-07-26
- Swift實(shí)現(xiàn)JSON轉(zhuǎn)Model - HandyJSON使用講解 2017-07-26
- 阿里移動安全 Android端惡意鎖屏勒索應(yīng)用分析 2017-07-26
- 集合結(jié)合數(shù)據(jù)結(jié)構(gòu)來看看(二) 2017-07-26