1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00

doc: Add glib2.0 as a build prerequisite (#3608)

This commit is contained in:
Nayeem Rahman 2020-01-06 00:35:45 +00:00 committed by Ry Dahl
parent 52a0f3a5ef
commit 4e1a638bc5

View file

@ -1208,6 +1208,12 @@ builds. The following must be installed separately:
it refers to Python 2, [not 3](
https://github.com/denoland/deno/issues/464#issuecomment-411795578).
Extra steps for Linux users:
- Install glib-2.0 development files.
- Required by [rusty_v8](https://github.com/denoland/rusty_v8#build).
- On Ubuntu, run `sudo apt install libglib2.0-dev`.
Extra steps for Mac users:
- Install [XCode](https://developer.apple.com/xcode/) :(