Update README.md

This commit is contained in:
adityapk00
2018-11-17 17:00:47 -08:00
committed by GitHub
parent cb6d26f3e7
commit 7d2277a65a

View File

@@ -28,7 +28,7 @@ Pass `--no-embedded` to disable the embedded zcashd and force zec-qt-wallet to c
## 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)
See detailed build instructions [on the wiki](wiki/Compiling-from-source-code)
See detailed build instructions [on the wiki](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Compiling-from-source-code)
### Compiling on Linux