From c54542917a314e65f565ad08a571fbf6995ac130 Mon Sep 17 00:00:00 2001 From: Mohamed Fenjiro Date: Thu, 18 Apr 2019 15:37:44 -0400 Subject: [PATCH] Update Build instructions --- technical/Build-instructions.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/technical/Build-instructions.md b/technical/Build-instructions.md index 544504ec..fba9d1e4 100644 --- a/technical/Build-instructions.md +++ b/technical/Build-instructions.md @@ -387,7 +387,11 @@ Download vs_community binary and run ```bash vs_community*.exe --config "" --passive --norestart' ``` -with [vsconfig](uploads/97d9656f04fcdb2d714a6718d9f94241/vsconfig) +with [.vsconfig](uploads/6f3b937c07720d5b8c192ab3045cf4e0/.vsconfig) + ++ Configure Qt on VS 2017 with VS tools + ++Web install [WixToolSet](http://wixtoolset.org/releases/) and configure Wix VS extension starting directory: ring-project/ @@ -452,6 +456,15 @@ fetch-deps.bat /c build-client.bat deps x64 build-client.bat build x64 ``` ++ If you get .dll errors during compilation, run in admin PowerShell: + +``` +cd ring-project\client-windows && .\copy-runtime-files.ps1 +``` + ++ Set as Release on VS and Run Local Debugger + +You are good to go ! #### On Mac OS X