1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

docs: update macOS dependencies of building V8 from source (#6538)

This commit is contained in:
Haoran Liu 2020-06-28 22:19:58 +08:00 committed by GitHub
parent d779053dc6
commit 1c12098e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,9 @@ When building V8 from source, there are more dependencies:
For Linux users glib-2.0 development files must also be installed. (On Ubuntu,
run `apt install libglib2.0-dev`.)
Mac users must have [XCode](https://developer.apple.com/xcode/) installed.
Mac users must have Command Line Tools installed.
([XCode](https://developer.apple.com/xcode/) already includes CLT. Run
`xcode-select --install` to install it without XCode.)
For Windows users: