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:
parent
52a0f3a5ef
commit
4e1a638bc5
1 changed files with 6 additions and 0 deletions
|
@ -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/) :(
|
||||
|
|
Loading…
Reference in a new issue