Mercurial > fife-parpg
view build/win32/installer/README.txt @ 369:a93b21b8d0e7
Added devkit installer script for win32 devkit
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 14 Nov 2009 18:09:13 +0000 |
parents | 91474309de1a |
children | 12ca54931880 |
line wrap: on
line source
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