Merge pull request #36

d618276 Update README.md with fixed typo in path to QT (Daniel Ternyak)
This commit is contained in:
Riccardo Spagni 2016-10-09 13:49:25 +02:00
commit 0c4fb2065a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -124,7 +124,7 @@ TODO
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:
```export PATH=$PATH:$HOME/Qt5/5.7clang_64/bin```
```export PATH=$PATH:$HOME/Qt5/5.7/clang_64/bin```
where ```Qt5``` is the folder you selected to install Qt
6. Clone repository and build: