mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
parent
6c6b10855f
commit
b4be3562ec
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,8 @@ TODO
|
|||
|
||||
```brew install cmake```
|
||||
|
||||
```brew install openssl``` - to install openssl headers
|
||||
|
||||
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:
|
||||
|
||||
|
@ -135,7 +137,11 @@ TODO
|
|||
git clone https://github.com/monero-project/monero-core.git
|
||||
|
||||
cd monero-core
|
||||
```
|
||||
6.1 add ```-L/usr/local/opt/openssl/lib \``` in here ./monero-core.pro#L133-L134
|
||||
```
|
||||
|
||||
get_libwallet_api.sh
|
||||
build.sh
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue