Mercurial > fife-parpg
view build/win32/installer/README.txt @ 692:be625cdff350
This commit is to back port a fix in 0.3.3 dev branch to the current trunk. Adding boost_system as a required dependency as boost_filesystem is dependent on it. On linux distros with newer versions of gcc FIFE is failing to configure properly without boost_system in the lib list. [t:540]
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 08 Jun 2011 03:08:58 +0000 |
parents | 12ca54931880 |
children |
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. 2. Build FIFE (ensure that the required DLLs get copied to <FIFE>\trunk\engine\python\fife) 3. From the <FIFE>\trunk directory execute the command 'python setup.py bdist_wininst' to build the python module installer. 4. Compile the FIFE 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. Run 'python setup.py bdist_wininst' to create the python module installer 3. Compile the FIFE installer