Browse Source

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)
tags/v0.4.0
Marci GitHub 7 years ago
parent
commit
459352bb87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -19,7 +19,7 @@ Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system


### Mac ### 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/). Install [CMake](https://cmake.org/) and wget, preferably from [Homebrew](https://brew.sh/).


### Windows ### Windows


Loading…
Cancel
Save