pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

./install-build-deps-android.sh: line 25: ./install-build-deps.sh: No such file or directory #223

Open zhongguoyezhou opened 7 years ago

zhongguoyezhou commented 7 years ago

when execute install_dependencies, get error: ./install-build-deps-android.sh: line 25: ./install-build-deps.sh: No such file or directory

daveime commented 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

franfb commented 7 years ago

This has been solved in this commit https://github.com/pristineio/webrtc-build-scripts/commit/e1c5370e8175a089863473f451c8642e5d4710c3