-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bootstrap Issues #140
Comments
any progress? |
Ah, no, I haven't made any further attempt at this |
looks like need a linux machine after all |
As written in the README file, we've only tested the build process under Linux so far. So it may (or not) work on other systems. But seeing your logs it seems that after installing the Don't worry for the "NEEDED but not provided" libraries, they are in fact provided by the Android system. It just means they are not provided with the wpe-webkit package, which is normal. |
Ran into the following issue on a fresh clone and trying to follow the bootstrap instructions on macOS 12.6 on an M1 Macbook Pro with Python 3.10.7
./tools/scripts/bootstrap.py
results inFileNotFoundError: [Errno 2] No such file or directory: 'readelf'
Ok, so then I tried to install readelf via the
binutils
package which contains that command. (brew install binutils
)Tried the command again, and got this:
Are there some extra dependencies I need to install first?
The text was updated successfully, but these errors were encountered: