[host] Windows: multiple fixes to the installer

This commit is contained in:
Geoffrey McRae
2020-08-12 21:50:48 +10:00
parent 7dba6b9b08
commit 15d1a74291
5 changed files with 96 additions and 86 deletions

View File

@@ -44,11 +44,13 @@ cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw64.cmake ..
make
```
## Building the installer
## Building the Windows installer
Install NSIS compiler
Build the host program, see above sections.
Build installer with `makensis c-host/installer/installer.nsi`
Build installer with `makensis platform/Windows/installer.nsi`
The resulting installer will be at
`platform/Windows/looking-glass-host-setup.exe`
## Where is the log?