aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-02 22:18:59 +0300
committerGitHub <noreply@github.com>2016-09-02 22:18:59 +0300
commitf0920c8a223272e0e8dc3d6ad8c3beeec20ceca1 (patch)
tree7dfcc6eb6821084b04e7e946f71bd0e92786102a
parentc706040f64acda4a77ed64d4c6c1c5f221a2116e (diff)
downloadmonzero-gui-f0920c8a223272e0e8dc3d6ad8c3beeec20ceca1.tar.gz
monzero-gui-f0920c8a223272e0e8dc3d6ad8c3beeec20ceca1.tar.xz
monzero-gui-f0920c8a223272e0e8dc3d6ad8c3beeec20ceca1.zip
Updated Mac OS instructions
-rw-r--r--README.md31
1 files changed, 27 insertions, 4 deletions
diff --git a/README.md b/README.md
index 29f6df9c..a5e2cde3 100644
--- a/README.md
+++ b/README.md
@@ -117,10 +117,33 @@ Process: TODO
`./release/bin/monero-core`
### On OS X:
-1. install homebrew
-2. install dependencies:
-`brew install boost --c++11`
-`brew install pkgconfig`
+1. install Xcode from AppStore
+2. install [homebrew] (http://brew.sh/)
+3. install [bitmonero] (https://github.com/monero-project/bitmonero) dependencies:
+ ```brew install boost --c++11```
+
+ ```brew install pkgconfig```
+
+ ```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
+5. Add Qt bin dir to your path:
+
+ ```export PATH=$PATH:$HOME/Qt5/5.7clang_64/bin```
+
+ where ```Qt5``` is the folder you selected to install Qt
+6. Clone repository and build:
+
+ ```git clone https://github.com/monero-project/monero-core.git```
+
+ ```cd monero-core```
+
+ ```build.sh```
+
+
+
+
+
### On Windows: