From 19d092637fccd4674b5262a7e07d1e057154581c Mon Sep 17 00:00:00 2001 From: zauonlok Date: Sun, 1 Sep 2019 22:24:13 +0800 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a59c083..276ebfc 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,13 @@ run `build_win32.bat`. ### macOS -Install [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12) and +Install Command Line Tools for Xcode with the command below and run `build_macos.sh`. +``` +xcode-select --install +``` + ### Linux Install GCC and Xlib with the following commands and run `build_linux.sh`.