Browse Source

Update README.md

import_zecw
adityapk00 6 years ago
committed by GitHub
parent
commit
cb6d26f3e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      README.md

18
README.md

@ -26,13 +26,13 @@ Additionally, if this is the first time you're running zec-qt-wallet or a zcashd
Pass `--no-embedded` to disable the embedded zcashd and force zec-qt-wallet to connect to an external node.
## Compiling from source
zec-qt-wallet is written in C++ 14, and can be compiled with g++/clang++/visual c++. It also depends on Qt5, which you can get from here: https://www.qt.io/download
zec-qt-wallet is written in C++ 14, and can be compiled with g++/clang++/visual c++. It also depends on Qt5, which you can get from [here](https://www.qt.io/download)
See detailed build instructions [on the wiki](wiki/Compiling-from-source-code)
### Compiling on Linux
```
sudo apt install libgl1-mesa-dev
git clone https://github.com/adityapk00/zec-qt-wallet.git
cd zec-qt-wallet
/path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug
@ -59,6 +59,18 @@ To create the Visual Studio project files so you can compile and run from Visual
c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug
```
## Building on Mac
You need to install the XCode app or the XCode command line tools first, and then install Qt.
```
git clone https://github.com/adityapk00/zec-qt-wallet.git
cd zec-qt-wallet
/path/to/qt5/bin/qmake zec-qt-wallet.pro CONFIG+=debug
make
./zec-qt-wallet.app/Contents/MacOS/zec-qt-wallet
```
## Troubleshooting FAQ
### 1. "Connection Error"

Loading…
Cancel
Save