Fix windows instructions

This commit is contained in:
Aditya Kulkarni 2018-10-21 21:56:56 -07:00
parent f3bd295996
commit fdcd1c32ab
1 changed files with 8 additions and 1 deletions

View File

@ -50,9 +50,16 @@ You need Visual Studio 2017 (The free C++ Community Edition works just fine).
From the VS Tools command prompt
```
c:\Qt5\bin\qmake.exe zcash-qt-wallet.pro CONFIG+=debug
nmake
debug\zcash-qt-wallet.exe
```
To create the Visual Studio project files so you can compile and run from Visual Studio:
```
c:\Qt5\bin\qmake.exe zcash-qt-wallet.pro -tp vc CONFIG+=debug
```
This will create the Visual Studio project files. You can then open Visual Studio and compile and run normally.
## Troubleshooting FAQ
### 1. "Connection Error"