update wiki

This commit is contained in:
adityapk00 2018-11-17 17:02:43 -08:00
parent 7d2277a65a
commit 26a38ab776
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ zec-qt-wallet is written in C++ 14, and can be compiled with g++/clang++/visual
See detailed build instructions [on the wiki](https://github.com/ZcashFoundation/zec-qt-wallet/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 ### Building on Linux
``` ```
git clone https://github.com/adityapk00/zec-qt-wallet.git git clone https://github.com/adityapk00/zec-qt-wallet.git
@ -41,7 +41,7 @@ make -j$(nproc)
./zec-qt-wallet ./zec-qt-wallet
``` ```
### Compiling on Windows ### Building on Windows
You need Visual Studio 2017 (The free C++ Community Edition works just fine). You need Visual Studio 2017 (The free C++ Community Edition works just fine).
From the VS Tools command prompt From the VS Tools command prompt
@ -59,7 +59,7 @@ 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 c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug
``` ```
## Building on Mac ## Building on MacOS
You need to install the XCode app or the XCode command line tools first, and then install Qt. You need to install the XCode app or the XCode command line tools first, and then install Qt.
``` ```

BIN
docs/qt-install.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB