diff options
| author | Jonathan Cross <jcross@gmail.com> | 2017-03-09 20:03:12 +0100 |
|---|---|---|
| committer | Jonathan Cross <jcross@gmail.com> | 2017-03-11 20:48:10 +0100 |
| commit | 82cb50994c9cefb897a69889d95d374423a60c98 (patch) | |
| tree | a0f2043d459bf15045a5938b704a5480b785812c | |
| parent | b611871940376d30f6a292e9d0acb8c495f8f64e (diff) | |
| download | monzero-gui-82cb50994c9cefb897a69889d95d374423a60c98.tar.gz monzero-gui-82cb50994c9cefb897a69889d95d374423a60c98.tar.xz monzero-gui-82cb50994c9cefb897a69889d95d374423a60c98.zip | |
README: Updating Mac OSX Build notes and adding heading.
| -rw-r--r-- | README.md | 27 |
1 files changed, 17 insertions, 10 deletions
@@ -1,3 +1,5 @@ +# Monero GUI + Copyright (c) 2014-2017, The Monero Project ## Development Resources @@ -109,28 +111,33 @@ Packaging for your favorite distribution would be a welcome contribution! 2. Install [homebrew](http://brew.sh/) 3. Install [monero](https://github.com/monero-project/monero) dependencies: - `brew install boost --c++11` + `brew install boost --c++11` + + `brew install openssl` - to install openssl headers + + `brew install pkgconfig` - `brew install openssl` - to install openssl headers + `brew install cmake` - `brew install pkgconfig` + `brew install qt5` (or download QT 5.8+ from [qt.io](https://www.qt.io/download-open-source/)) - `brew install cmake` + If you have an older version of Qt installed via homebrew, you can force it to use 5.x like so: -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: + `brew link --force --overwrite qt5` - `export PATH=$PATH:$HOME/Qt/5.7/clang_64/bin` +5. Add Qt bin dir to your path. Example: - where ```Qt``` is the folder you selected to install Qt. + `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. - `git clone https://github.com/monero-project/monero-core.git` + `git clone https://github.com/monero-project/monero-core.git` 7. Go into the repository. - `cd monero-core` + `cd monero-core` 8. Build libwallet |
