Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
352:71428e21edef | 353:91474309de1a |
---|---|
1 To create the installer you must have Inno Setup Compiler >= 5.3 installed. | |
2 | |
3 Then follow this procedure: | |
4 1. Check out a clean copy of fife trunk into the same directory as the installer. | |
5 2. Rename the directory from "trunk" to "fife" | |
6 3. Install the Win32 SDK | |
7 4. Build FIFE | |
8 5. Compile the installer (right click fife.iss -> Compile) | |
9 | |
10 You should now have a working installer called FIFE {VERSION}. | |
11 | |
12 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) | |
14 2. Recompile FIFE | |
15 3. Compile the installer |