Open zhongguoyezhou opened 7 years ago
Add this line into the build.sh file at line 47
curl https://chromium.googlesource.com/chromium/src/+/master/build/install-build-deps.sh?format=TEXT | base64 -d > install-build-deps.sh
This will pull down the other required script
This has been solved in this commit https://github.com/pristineio/webrtc-build-scripts/commit/e1c5370e8175a089863473f451c8642e5d4710c3
when execute
install_dependencies
, get error:./install-build-deps-android.sh: line 25: ./install-build-deps.sh: No such file or directory