0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-26 09:13:46 -05:00

Add note about libglib2.0-dev dependency to README (#94)

This commit is contained in:
Bert Belder 2019-12-20 18:08:38 +01:00
parent 85229bdd8a
commit 450afc3dd6
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -39,6 +39,10 @@ Depends on Python 2.7, not Python 3. [Do not open issues with us regarding
Python 3; it's something that must be fixed in Python 3; it's something that must be fixed in
Chromium.](https://bugs.chromium.org/p/chromium/issues/detail?id=942720). Chromium.](https://bugs.chromium.org/p/chromium/issues/detail?id=942720).
For linux builds: glib-2.0 development files need to be installed such that
pkg-config can find them. On Ubuntu, run `sudo apt install libglib2.0-dev` to
install them.
There are several binary tools that are automatically downloaded during the There are several binary tools that are automatically downloaded during the
build: clang, gn, and ninja. V8 relies on bleeding edge features of clang that build: clang, gn, and ninja. V8 relies on bleeding edge features of clang that
are not generally available, so we download the clang binary that chromium uses. are not generally available, so we download the clang binary that chromium uses.