diff options
author | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
commit | 6a7cc596a79ce38c417f9abffb498be934e6dc53 (patch) | |
tree | b50588a063705fc1da26d618f130be5727f42899 /docs/windows_compile_instructions.md | |
parent | e71d1bcbae0775ec756f3de98b5c255df3e90243 (diff) |
Exploring possibilities of supporting nsis installation on Windows
Diffstat (limited to 'docs/windows_compile_instructions.md')
-rw-r--r-- | docs/windows_compile_instructions.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index b24f058..3b61774 100644 --- a/docs/windows_compile_instructions.md +++ b/docs/windows_compile_instructions.md @@ -51,3 +51,13 @@ The resulting executable should launch without an error --- These instructions were written with 64-bit architecture in mind. Although I have not tested on a 32-bit architecture, I suppose these instructions would also work, as long as you replace every reference to `64` with `32` + +--- + +## Building an Installer (WIP) + +Support for building an NSIS installer is in development (it currently will not work, as it is missing the installation of certain dependencies). + +1. Run `cd nsis` +2. Run `makensis installer.nsi` +3. Run the generated `terminal-media-launcher-Setup.exe` file |