From 6e381c38578ab130a9991189887ba68397e2bfad Mon Sep 17 00:00:00 2001 From: Matthias Tarasiewicz Date: Fri, 17 Mar 2017 19:36:35 +0100 Subject: [PATCH] Update README.md updated the readme to point to the latest version of QT 5.8 on OSX (on current qt.io installer) Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6819742c..055acd88 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ Packaging for your favorite distribution would be a welcome contribution! `brew install cmake` 4. Install latest Qt using official installer from [qt.io](https://www.qt.io/download-open-source/) (homebrew version might be outdated). -5. Add Qt bin dir to your path: +5. Add Qt bin dir to your path (check first if directory exists; 5.8 is the current version) - `export PATH=$PATH:$HOME/Qt/5.7/clang_64/bin` + `export PATH=$PATH:$HOME/Qt/5.8/clang_64/bin` where ```Qt``` is the folder you selected to install Qt.