forked from Public/monero-gui
Merge pull request #16
85787c3Fix: File Path Chooser only opens once (#48) (Ilya Kitaev)3280fe3fix: Wallet storage path creation broken (#49) (Ilya Kitaev)c87eed5libunbound is one more dependency (Ilya Kitaev)51f9176Replaced German html encodings with real German letters (Ilya Kitaev)f2a1267Replaced German html encodings with real German letters (Ilya Kitaev)4ac1943Added german localization (JamesCullum)33275c9typo (JamesCullum)2ecba2etypo (JamesCullum)6efc368Fixed malformed format (Ilya Kitaev)f0920c8Updated Mac OS instructions (Ilya Kitaev)
This commit is contained in:
30
README.md
30
README.md
@@ -112,11 +112,31 @@ 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:
|
||||
TODO
|
||||
|
||||
Reference in New Issue
Block a user