mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
chore: update README to reflect Python 3 requirement (#980)
This commit is contained in:
parent
e7105d4eff
commit
9cc57eb44d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user