Skip to content

Commit 19d0926

Browse files
committedSep 1, 2019
Update readme
1 parent 1aa39fc commit 19d0926

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ run `build_win32.bat`.
4747

4848
### macOS
4949

50-
Install [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12) and
50+
Install Command Line Tools for Xcode with the command below and
5151
run `build_macos.sh`.
5252

53+
```
54+
xcode-select --install
55+
```
56+
5357
### Linux
5458

5559
Install GCC and Xlib with the following commands and run `build_linux.sh`.

0 commit comments

Comments
 (0)
Please sign in to comment.