From 787761dcb512871dc1cdc3590ae76cac0b15650d Mon Sep 17 00:00:00 2001 From: Mike Tzou Date: Mon, 23 Oct 2017 23:11:05 +0800 Subject: [PATCH] Updated Compilation guide for macOS systems (markdown) --- Compilation-guide-for-macOS-systems.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Compilation-guide-for-macOS-systems.md b/Compilation-guide-for-macOS-systems.md index 3466003..9340857 100644 --- a/Compilation-guide-for-macOS-systems.md +++ b/Compilation-guide-for-macOS-systems.md @@ -1,5 +1,5 @@ # Install Xcode -A full installation of Xcode.app is required to compile qt5.
+A full installation of Xcode.app is required to compile Qt.
Xcode can be installed from the [App Store](http://www.apple.com/osx/apps/app-store/).
After installing Xcode you need to do below. See [this discussion](https://stackoverflow.com/questions/33728905/qt-creator-project-error-xcode-not-set-up-properly-you-may-need-to-confirm-t). @@ -53,10 +53,11 @@ make -j2 # where 2 is your number of cores make install ``` -# Install qt5 +# Install Qt ## From brew ```shell brew install qt +brew link --force qt ``` ## From source