From 4e1a638bc53bbc0e73418271053e7ca2e6389a8e Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 6 Jan 2020 00:35:45 +0000 Subject: [PATCH] doc: Add glib2.0 as a build prerequisite (#3608) --- std/manual.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/std/manual.md b/std/manual.md index 49d0526959..dabe3d7399 100644 --- a/std/manual.md +++ b/std/manual.md @@ -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/) :(