From cd3fab183fd06b21cdfdef25f834c764289d8a83 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 7 Jul 2021 14:39:57 -0400 Subject: fix(docs): update contributing instructions to mention installing python 3 instead of 2. (#11319) --- docs/contributing/building_from_source.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/contributing/building_from_source.md') diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md index 01456c6a7..b02a650fc 100644 --- a/docs/contributing/building_from_source.md +++ b/docs/contributing/building_from_source.md @@ -52,9 +52,9 @@ V8_FROM_SOURCE=1 cargo build -vv When building V8 from source, there are more dependencies: -[Python 2](https://www.python.org/downloads). Ensure that a suffix-less -`python`/`python.exe` exists in your `PATH` and it refers to Python 2, -[not 3](https://github.com/denoland/deno/issues/464#issuecomment-411795578). +[Python 3](https://www.python.org/downloads) for running WPT tests. Ensure that +a suffix-less `python`/`python.exe` exists in your `PATH` and it refers to +Python 3. For Linux users glib-2.0 development files must also be installed. (On Ubuntu, run `apt install libglib2.0-dev`.) -- cgit v1.2.3