You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Downloads`
46
-
* This step will install `gcc` and the related toolchain containing `make`
45
+
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Downloads` (or by running `xcode-select --install` in your Terminal)
46
+
* This step will install `gcc` and the related toolchain containing `make`
47
47
48
48
### On Windows
49
49
@@ -88,10 +88,6 @@ value:
88
88
$ npm config set python /path/to/executable/python2.7
89
89
```
90
90
91
-
Note that OS X is just a flavour of Unix and so needs `python`, `make`, and C/C++.
92
-
An easy way to obtain these is to install XCode from Apple,
93
-
and then use it to install the command line tools (under Preferences -> Downloads).
0 commit comments