Download Latest Version fife_0.3.5.tar.gz (1.4 MB)
Email in envelope

Get an email when there's a new version of Flexible Isometric Free Engine

Home / historic / sdks
Name Modified Size InfoDownloads / Week
Parent folder
FIFE_Development_Kit_Jan2010.zip 2010-01-19 73.2 MB
README_DevKit_Jan2010.txt 2010-01-11 2.6 kB
FIFE_Development_Kit_Jan2010.exe 2010-01-11 33.3 MB
README_DevKit_Nov2009.txt 2009-11-16 2.4 kB
FIFE_Win32_DevKit_Nov2009.exe 2009-11-16 37.3 MB
FIFE_Win32_DevKit_Nov2009.7z 2009-11-16 32.6 MB
FIFE_2009.0-r1_win32_SDK.7z 2009-03-21 32.9 MB
FIFE_2009.0_win32_SDK.7z 2009-03-11 52.7 MB
FIFE_2008.0-r4_win32_SDK.7z 2008-06-22 28.9 MB
FIFE_2008.0-r4_SDK.7z 2008-06-22 28.9 MB
FIFE_2008.0-r3_win32_SDK.7z 2008-05-24 30.8 MB
FIFE_2008.0-r2_win32_SDK.7z 2008-04-06 30.7 MB
FIFE_2008.0-r1_win32_SDK.zip 2008-04-06 102.0 MB
FIFE_2008.0-r1_win32_SDK.exe 2008-04-06 34.9 MB
FIFE_2008.0_win32_SDK.zip 2008-02-10 67.4 MB
FIFE_2008.0_win32_SDK.exe 2008-02-10 27.2 MB
FIFE_2007.2-r4_Win32_SDK.zip 2007-11-16 73.1 MB
FIFE_2007.2-r4_Win32_SDK.exe 2007-11-16 28.5 MB
FIFE_2007.2-r3_Win32_SDK.zip 2007-08-25 55.0 MB
FIFE_2007.2-r3_Win32_SDK.exe 2007-08-25 22.1 MB
FIFE_2007.2-r2_Win32_SDK.zip 2007-06-29 66.5 MB
FIFE_2007.2-r2_Win32_SDK.exe 2007-06-29 29.1 MB
FIFE_2007.2-r1_MinGW_SDK.zip 2007-05-11 35.6 MB
FIFE_2007.2-r1_MinGW_SDK.exe 2007-05-11 15.7 MB
FIFE_2007.2_MSVC_SDK.exe 2007-05-11 9.7 MB
FIFE_2007.2_MSVC_SDK.zip 2007-05-11 19.1 MB
FIFE_2007.2_MinGW_SDK.exe 2007-05-05 15.7 MB
FIFE_2007.1_MinGW_SDK.exe 2007-02-06 17.5 MB
FIFE_2006.2-r1_MinGW_SDK.exe 2006-12-30 19.1 MB
FIFE_2006.2-r1_MSVC2005_SDK.exe 2006-10-12 7.4 MB
FIFE_2006.2_win32SDK.exe 2006-08-05 14.8 MB
FIFE_2006.1-r6_win32SDK.exe 2006-05-26 13.6 MB
Totals: 32 Items   1.1 GB 0
===============================
FIFE Win32 DevKit January 2010
===============================

Notes:
===============================
Created this installer to correspond with FIFE 0.3.0


Changes:
===============================
N/A

===============================
FIFE Win32 DevKit December 2009
===============================

Changes:
===============================
* Updated scons to 1.2.2


===============================
FIFE Win32 DevKit November 2009
===============================

Changes:
===============================
* Updated SDL to 1.2.14
* Updated guichan to 0.8.2; applied key.hpp utf8 workaround, built against updated SDL lib
* Updated mingw to 4.4.1-tdm-2 from http://tdragon.net/recentgcc/
* Updated Python to 2.6 and got rid of debug lib versions for MSVC that were not actually used
* Updated SWIG to 1.3.40 

===============================
Installation / build process
===============================
1. Check out the latest engine sources from SVN or update your SVN checkout in case you have already checked out from SVN before:
Repository URL: http://fife.svn.cvsdude.com/engine/trunk

2. Get ActivePython 2.6 and install it to a location of your choice:
http://downloads.activestate.com/ActivePython/windows/2.6/ActivePython-2.6.4.8-win32-x86.msi

3. In case you've built FIFE with an older compile SDK in the past, either run the uninstaller or run <FIFE>\build\win32\delete_sdk.bat to get rid of the old SDK files

4. Extraction process
4.1 Extract the content of the compile SDK to:
<FIFE>\build\win32\
4.2 Check if there is an <FIFE>\build\win32\applications folder; if it's in place, you know that you extracted the SDK into the correct location. One possible issue is that you've checked out the whole engine SVN repository instead of just trunk. In this case extract the compile SDK to:
<FIFE>\trunk\build\win32 (if you want to compile trunk, otherwhise it needs to be extracted into the build\win32 directory of the branch that you want to compile)


5.1 Run <FIFE>\trunk\build\win32\update_project_files.bat.
5.2 Build files for each supported IDE can be found in the sub-directories of <FIFE>\build\win32\build_environments (code_blocks, scons, visual_studio_8, visual_studio_9). See http://wiki.fifengine.de/Guides_%26_tutorials#Win32 for more information.

6. The final dynamic library (_fife.pyd) is automatically moved to:
<FIFE>\engine\python\fife

7. You can now start your custom FIFE build by launching the python scripts that reside in the subdirectories of <FIFE>\demos
Source: README_DevKit_Jan2010.txt, updated 2010-01-11