mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #560
6e381c3
Update README.md (Matthias Tarasiewicz)
This commit is contained in:
commit
87d444d128
1 changed files with 6 additions and 1 deletions
|
@ -129,6 +129,11 @@ Packaging for your favorite distribution would be a welcome contribution!
|
|||
|
||||
`brew link --force --overwrite qt5`
|
||||
|
||||
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 (check first if directory exists; 5.8 is the current version)
|
||||
|
||||
`export PATH=$PATH:$HOME/Qt/5.8/clang_64/bin`
|
||||
|
||||
5. Add Qt bin dir to your path. Example:
|
||||
|
||||
`export PATH=$PATH:/usr/local/opt/qt5/bin`
|
||||
|
|
Loading…
Reference in a new issue