mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-11 13:24:33 +00:00
README: Updating Mac OSX Build notes and adding heading.
This commit is contained in:
parent
b611871940
commit
82cb50994c
1 changed files with 17 additions and 10 deletions
15
README.md
15
README.md
|
@ -1,3 +1,5 @@
|
||||||
|
# Monero GUI
|
||||||
|
|
||||||
Copyright (c) 2014-2017, The Monero Project
|
Copyright (c) 2014-2017, The Monero Project
|
||||||
|
|
||||||
## Development Resources
|
## Development Resources
|
||||||
|
@ -117,12 +119,17 @@ 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).
|
`brew install qt5` (or download QT 5.8+ from [qt.io](https://www.qt.io/download-open-source/))
|
||||||
5. Add Qt bin dir to your path:
|
|
||||||
|
|
||||||
`export PATH=$PATH:$HOME/Qt/5.7/clang_64/bin`
|
If you have an older version of Qt installed via homebrew, you can force it to use 5.x like so:
|
||||||
|
|
||||||
where ```Qt``` is the folder you selected to install Qt.
|
`brew link --force --overwrite qt5`
|
||||||
|
|
||||||
|
5. Add Qt bin dir to your path. Example:
|
||||||
|
|
||||||
|
`export PATH=$PATH:/usr/local/opt/qt5/bin`
|
||||||
|
|
||||||
|
make sure this is where Qt 5.x is installed on **your** system eg `$HOME/Qt/5.8/clang_64/bin` if you downloaded from qt.io.
|
||||||
|
|
||||||
6. Grab an up-to-date copy of the monero-core repository.
|
6. Grab an up-to-date copy of the monero-core repository.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue