diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-10 12:35:59 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-10 12:35:59 +0200 |
commit | 5f3bae699caca8f8682c57df2912744ebc4f1424 (patch) | |
tree | c577f50cb35c4ef1362961927a7b4e709c8a951b /packaging | |
parent | 1931eb352bd6db3e12285d7fde1e1be886fefa11 (diff) | |
download | mana-5f3bae699caca8f8682c57df2912744ebc4f1424.tar.gz mana-5f3bae699caca8f8682c57df2912744ebc4f1424.tar.bz2 mana-5f3bae699caca8f8682c57df2912744ebc4f1424.tar.xz mana-5f3bae699caca8f8682c57df2912744ebc4f1424.zip |
Updated FAQ and removed some outdated win32 release information
The still relevant release information was moved to the wiki.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/readme.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/packaging/windows/readme.txt b/packaging/windows/readme.txt index 03a5717e..4a10fef4 100644 --- a/packaging/windows/readme.txt +++ b/packaging/windows/readme.txt @@ -1,15 +1,6 @@ HOW TO BUILD THE INSTALLER -First time setup +See the following wiki page, which also deals with the steps needed to produce +the Windows installer: -* 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" + http://wiki.themanaworld.org/index.php/Making_a_new_release |