0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

chore: update README to reflect Python 3 requirement (#980)

This commit is contained in:
Bert Belder 2022-05-23 22:05:22 +02:00
parent e7105d4eff
commit 9cc57eb44d
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -97,9 +97,7 @@ cargo build
Use `V8_FROM_SOURCE=1 cargo build -vv` to build the crate completely from
source.
The build scripts on Python 2.7, not Python 3. [Do not open issues with us
regarding Python 3; it is a non-trivial problem that must be fixed in
Chromium.](https://bugs.chromium.org/p/chromium/issues/detail?id=942720).
The build scripts require Python 3 to be available as `python` in your `PATH`.
For linux builds: glib-2.0 development files need to be installed such that
pkg-config can find them. On Ubuntu, run `sudo apt install libglib2.0-dev` to