Open vanshg opened 2 years ago
any progress? @vanshg
Ah, no, I haven't made any further attempt at this
looks like need a linux machine after all
@neodesys @zhani Is this true? Any input you could give?
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 readelf
tool you've completed the installation of the wpe-webkit dependencies, the rest of the process is using the Android SDK/NDK tools so I think it should work straigthforward after this point.
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?