From 459352bb8764305228ca237f532326adfee85dca Mon Sep 17 00:00:00 2001 From: Marci Date: Sat, 7 Oct 2017 14:22:06 +0100 Subject: [PATCH] Update README.md Xcode-cli tools no longer enough...? ``` checking for nanosleep... yes xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance ``` (https://github.com/VCVRack/Rack/issues/122) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 015b9777..407ddfe7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system ### Mac -Install [Xcode](https://developer.apple.com/xcode/) or *command line developer tools* with `xcode-select --install`. +Install [Xcode](https://developer.apple.com/xcode/) Install [CMake](https://cmake.org/) and wget, preferably from [Homebrew](https://brew.sh/). ### Windows