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
This commit is contained in:
Matthias Tarasiewicz 2017-03-17 19:36:35 +01:00 committed by Matthias
parent 897bc582f0
commit 6e381c3857

View file

@ -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.