diff options
Diffstat (limited to 'packaging/windows/readme.txt')
-rw-r--r-- | packaging/windows/readme.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packaging/windows/readme.txt b/packaging/windows/readme.txt new file mode 100644 index 00000000..03a5717e --- /dev/null +++ b/packaging/windows/readme.txt @@ -0,0 +1,15 @@ +HOW TO BUILD THE INSTALLER + +First time setup + +* Install NSIS (http://nsis.sourceforge.net) +* Install UPX (http://upx.sourceforge.net/) + (the script expects upx to be in a "upx" subdirectory right here) + +Building the installer + +* Make sure TMW is compiled at the right version +* Make sure the correct DLLs are in place +* Make sure the latest music files are in place +* Make sure setup.nsi mentions the right TMW version +* Right-click setup.nsi and select "Compile NSIS Script" |