From 8d4ea7f13e96419ad4cab86ea18063593a7abd67 Mon Sep 17 00:00:00 2001 From: Nhan Khong <49646896+ktrongnhan@users.noreply.github.com> Date: Sat, 21 Sep 2019 07:22:53 -0700 Subject: [PATCH] doc: update xcode install instructions to match Node's BUILDING PR-URL: https://github.com/nodejs/node-gyp/pull/1884 Reviewed-By: Rod Vagg --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 61a0ed062b..0c76ffc09b 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ You will also need to install: * `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on macOS) * [Xcode](https://developer.apple.com/xcode/download/) - * You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Locations` (or by running `xcode-select --install` in your Terminal) - * This step will install `gcc` and the related toolchain containing `make` + * You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`. ### On Windows