From 1c12098e4a4fbbf981574fafe5ac5a97294c17a0 Mon Sep 17 00:00:00 2001 From: Haoran Liu <1051276278@qq.com> Date: Sun, 28 Jun 2020 22:19:58 +0800 Subject: [PATCH] docs: update macOS dependencies of building V8 from source (#6538) --- docs/contributing/building_from_source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing/building_from_source.md b/docs/contributing/building_from_source.md index 1f7bb5ac21..a49800caeb 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: