From d26f44bcdd31c08f3d7b7651df39d3747127f7af Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 9 May 2024 13:00:38 -0400 Subject: Experimental support for building NSIS installer --- docs/windows_compile_instructions.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index 5e700c5..757dece 100644 --- a/docs/windows_compile_instructions.md +++ b/docs/windows_compile_instructions.md @@ -54,10 +54,13 @@ These instructions were written with 64-bit architecture in mind. Although I hav --- -## Building an Installer (WIP) +## Building an Installer Support for building an NSIS installer is in development (it currently will not work, as it is missing the installation of certain dependencies). 1. First, follow the above instructions to compile the project 2. Run `cd nsis && make installer` + - You may want to specify a path to search for dlls that the project depends on. To do so, pass an argument to the make command, for example: `make installer SEARCHPATH="/usr/x86_64-w64-mingw32/bin"` 3. Run the generated `nsis/terminal-media-launcher-Setup.exe` file + +Please note that support for building a Windows installer is still experimental! -- cgit