Mercurial > fife-parpg
comparison build/win32/installer/README.txt @ 383:12ca54931880
Updated the FIFE installer script.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 19 Jan 2010 17:45:49 +0000 |
parents | 91474309de1a |
children |
comparison
equal
deleted
inserted
replaced
382:7ff1394fe271 | 383:12ca54931880 |
---|---|
1 To create the installer you must have Inno Setup Compiler >= 5.3 installed. | 1 To create the installer you must have Inno Setup Compiler >= 5.3 installed. |
2 | 2 |
3 Then follow this procedure: | 3 Then follow this procedure: |
4 1. Check out a clean copy of fife trunk into the same directory as the installer. | 4 1. Check out a clean copy of fife trunk. |
5 2. Rename the directory from "trunk" to "fife" | 5 2. Build FIFE (ensure that the required DLLs get copied to <FIFE>\trunk\engine\python\fife) |
6 3. Install the Win32 SDK | 6 3. From the <FIFE>\trunk directory execute the command 'python setup.py bdist_wininst' to build the python module installer. |
7 4. Build FIFE | 7 4. Compile the FIFE installer (right click fife.iss -> Compile) |
8 5. Compile the installer (right click fife.iss -> Compile) | |
9 | 8 |
10 You should now have a working installer called FIFE {VERSION}. | 9 You should now have a working installer called FIFE {VERSION}. |
11 | 10 |
12 Now that you have the working copy set up, all you have to do to create a new installer is: | 11 Now that you have the working copy set up, all you have to do to create a new installer is: |
13 1. Update the fife directory (svn update) | 12 1. Update the fife directory (svn update) |
14 2. Recompile FIFE | 13 2. Recompile FIFE |
15 3. Compile the installer | 14 3. Run 'python setup.py bdist_wininst' to create the python module installer |
15 3. Compile the FIFE installer |