Mercurial > fife-parpg
view build/win32/installer/README.txt @ 380:2a1259ce2b95
Moved the check for the SWIG environment variable from darwin-config.py to Sconstruct so all platforms can use it. You should now be able to specify CXXFLAGS either by command line or by setting your CXXFLAGS environment variable.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 12 Jan 2010 17:22:43 +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