进行查看depot_tools工具的linux下的安装方式
主要是在
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
本身之前就是需要翻墙的,我是在windows下做的代理,然后将windows上的git通过设置代理以后下载的这个工具
然后传输到linux里进行下面的编译
在编译之前还需要设置这个路径为PATH中,在/etc/profile中最后设置
export PATH=$PATH:/mnt/hgfs/linuxwebrtc/depot_tools
然后执行
source /etc/profile