Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhongguoyezhou opened this issue Apr 14, 2017 · 2 comments

Comments

@zhongguoyezhou
Copy link

zhongguoyezhou commented Apr 14, 2017

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

@daveime
Copy link

daveime commented Apr 28, 2017

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
Copy link
Contributor

franfb commented May 10, 2017

This has been solved in this commit
e1c5370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants