diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-28 19:55:51 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-28 19:55:51 +0200 |
| commit | 87d444d128daa0881de05bb7954d14b2157c9dc3 (patch) | |
| tree | ff136198f377e2fcce20544743209f0783c64d76 | |
| parent | 60254812c86e611650815dad1ee67cb548a84c69 (diff) | |
| parent | 0836bd9cfd0c1ec2918b50d703ee84d9700a0969 (diff) | |
| download | monzero-gui-87d444d128daa0881de05bb7954d14b2157c9dc3.tar.gz monzero-gui-87d444d128daa0881de05bb7954d14b2157c9dc3.tar.xz monzero-gui-87d444d128daa0881de05bb7954d14b2157c9dc3.zip | |
Merge pull request #560
6e381c3 Update README.md (Matthias Tarasiewicz)
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -126,9 +126,14 @@ Packaging for your favorite distribution would be a welcome contribution! `brew install qt5` (or download QT 5.8+ from [qt.io](https://www.qt.io/download-open-source/)) If you have an older version of Qt installed via homebrew, you can force it to use 5.x like so: - + `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` |
