File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,13 +81,12 @@ Prerequisites:
8181* Python 2.6 or 2.7
8282* GNU Make 3.81 or newer
8383
84- On macOS, you will also need:
85- * [ Xcode] ( https://developer.apple.com/xcode/download/ )
86- - You also need to install the ` Command Line Tools ` via Xcode. You can find
87- this under the menu ` Xcode -> Preferences -> Downloads `
88- - This step will install ` gcc ` and the related toolchain containing ` make `
89-
90- * After building, you may want to setup [ firewall rules] ( tools/macosx-firewall.sh )
84+ On macOS you will need to install the ` Xcode Command Line Tools ` by running
85+ ` xcode-select --install ` . Alternatively, if you already have the full Xcode
86+ installed, you can find them under the menu `Xcode -> Open Developer Tool ->
87+ More Developer Tools...` . This step will install ` clang` , ` clang++`, and
88+ ` make ` .
89+ * You may want to setup [ firewall rules] ( tools/macosx-firewall.sh )
9190to avoid popups asking to accept incoming network connections when running tests:
9291
9392``` console
You can’t perform that action at this time.
0 commit comments