diff options
author | Nayeem Rahman <muhammed.9939@gmail.com> | 2020-01-06 00:35:45 +0000 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-05 19:35:45 -0500 |
commit | 4e1a638bc53bbc0e73418271053e7ca2e6389a8e (patch) | |
tree | 90e45783c525828740f850b890c759331d29a2f0 | |
parent | 52a0f3a5ef7e83a3abe18263caef9a82ec003944 (diff) |
doc: Add glib2.0 as a build prerequisite (#3608)
-rw-r--r-- | std/manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/std/manual.md b/std/manual.md index 49d052695..dabe3d739 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/) :( |