summaryrefslogtreecommitdiff
path: root/packaging/windows/readme.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-27 00:15:18 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-27 00:15:18 +0100
commit4accc40d8aceef2e802e2ec4b7b7c96bfb36c519 (patch)
treea80b6e65795d472f80530c8098ecc17367319955 /packaging/windows/readme.txt
parentc900cc8eb35335b31e678f7ecdb0e4e527f0174a (diff)
downloadMana-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.txt15
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"