From fdcd1c32ab394eb8a28288d0aefcda4787bd7811 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sun, 21 Oct 2018 21:56:56 -0700 Subject: [PATCH] Fix windows instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8b7bc..e5ccde5 100644 --- a/README.md +++ b/README.md @@ -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"