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

Error occur when executing 'install_dependencies' #206

Closed o3661606 closed 8 years ago

o3661606 commented 8 years ago

Line 47 in android/build.sh

curl -o install-build-deps-android.sh https://src.chromium.org/svn/trunk/src/build/install-build-deps-android.sh

the above command does not work anymore, producing HTTP404 error

ArikYa commented 8 years ago

Can you try with the latest version? it was updated yesterday

o3661606 commented 8 years ago

now it works, thanks.