diff build/win32/installer/README.txt @ 353:91474309de1a

Win32 installer: * Added instructions * Shortcuts for clients * Added SDK as an own component * Ignores *.svn, *.o and *.pyc files
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 20 Sep 2009 14:18:59 +0000
parents
children 12ca54931880
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build/win32/installer/README.txt	Sun Sep 20 14:18:59 2009 +0000
@@ -0,0 +1,15 @@
+To create the installer you must have Inno Setup Compiler >= 5.3 installed.
+
+Then follow this procedure:
+1. Check out a clean copy of fife trunk into the same directory as the installer.
+2. Rename the directory from "trunk" to "fife"
+3. Install the Win32 SDK
+4. Build FIFE
+5. Compile the installer (right click fife.iss -> Compile)
+
+You should now have a working installer called FIFE {VERSION}.
+
+Now that you have the working copy set up, all you have to do to create a new installer is:
+1. Update the fife directory (svn update)
+2. Recompile FIFE
+3. Compile the installer