From b2980fea6359d0424ed38c23ca238729e0be191e Mon Sep 17 00:00:00 2001 From: TheCakeIsNaOH Date: Sat, 23 May 2020 14:06:40 -0500 Subject: [PATCH] [Host] Add instructions on how to build NSIS installer. --- host/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host/README.md b/host/README.md index 17e25d0d..5152307f 100644 --- a/host/README.md +++ b/host/README.md @@ -44,6 +44,12 @@ cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain-mingw64.cmake .. make ``` +## Building the installer + +Install NSIS compiler +Build the host program, see above sections. +Build installer with `makensis c-host/installer/installer.nsi` + ## Where is the log? It is in your user's temp directory: