view build/win32/installer/README.txt @ 370:5ab78cd39534

* Updated win32 build files for the new November 2009 Win32 DevKit * The old Win32 compile SDK 2008.1-r1 will NOT work with future revisions, starting with 3073 * For details, check this article that also contains the download links: http://fifengine.de/2009/11/16/new-fife-win32-devkit-available/ * Thanks to Cheesesucker for providing the installer version as well as for a bunch of smaller fixes to the build scripts
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 16 Nov 2009 12:29:29 +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