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:
parent
d779053dc6
commit
1c12098e4a
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue