Update Build instructions
This commit is contained in:
parent
8b5fc3326f
commit
c54542917a
|
@ -387,7 +387,11 @@ Download vs_community binary and run
|
|||
```bash
|
||||
vs_community*.exe --config "<path-to-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
|
||||
|
||||
|
|
Loading…
Reference in New Issue