diff options
author | Haoran Liu <1051276278@qq.com> | 2020-06-28 22:19:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 10:19:58 -0400 |
commit | 1c12098e4a4fbbf981574fafe5ac5a97294c17a0 (patch) | |
tree | 6790f427dfd3a964dd7253148e9530b502add4bf /docs/contributing/building_from_source.md | |
parent | d779053dc6ea6aafef06f8a5e7f28cbbc8166864 (diff) |
docs: update macOS dependencies of building V8 from source (#6538)
Diffstat (limited to 'docs/contributing/building_from_source.md')
-rw-r--r-- | docs/contributing/building_from_source.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md index 1f7bb5ac2..a49800cae 100644 --- a/docs/contributing/building_from_source.md +++ b/docs/contributing/building_from_source.md @@ -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: |