mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
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:
parent
897bc582f0
commit
6e381c3857
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@ Packaging for your favorite distribution would be a welcome contribution!
|
||||||
`brew install cmake`
|
`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).
|
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.
|
where ```Qt``` is the folder you selected to install Qt.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue