diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-27 00:15:18 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-27 00:15:18 +0100 |
commit | 4accc40d8aceef2e802e2ec4b7b7c96bfb36c519 (patch) | |
tree | a80b6e65795d472f80530c8098ecc17367319955 /packaging/windows/readme.txt | |
parent | c900cc8eb35335b31e678f7ecdb0e4e527f0174a (diff) | |
download | mana-4accc40d8aceef2e802e2ec4b7b7c96bfb36c519.tar.gz mana-4accc40d8aceef2e802e2ec4b7b7c96bfb36c519.tar.bz2 mana-4accc40d8aceef2e802e2ec4b7b7c96bfb36c519.tar.xz mana-4accc40d8aceef2e802e2ec4b7b7c96bfb36c519.zip |
Adapted setup.nsi to 0.0.27 and added instructions
readme.txt explains a bit about how to build the Windows installer.
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" |