use pngs instead of bmps
[tennix.git] / README.win32
blobcbb4be6fa2ee8d09851b66b922f491d2ae2cc8f4
1 Tennix can now be built on win32! :)
3 Guide on installing SDL + MSYS + MinGW on Win32:
4 http://www.netadelica.com/coding/sdl/install.html
6 Cross-compiling on a Debian System (untested!)
7 http://wiki.njh.eu/MinGW-Cross-Compiling_mit_SDL
9 You also need the win32 development packages of
10 SDL_mixer and SDL_image, these can be found here:
12 http://www.libsdl.org/projects/SDL_mixer/
13 http://www.libsdl.org/projects/SDL_image/
15 For SDL_mixer and SDL_image, copy the *.h files
16 to c:\mingw\include\SDL\ and the *.lib files to 
17 c:\mingw\lib\. The .dll files have to be copied 
18 to the tennix source folder, so they can be 
19 found and copied to the binary release archive.
22 You should also consider installing UPX and ZIP 
23 into your $PATH, so the .exe file can be compressed
24 and the "zip" utility (from InfoZIP) is needed for
25 the "release-win32" makefile target, which will create
26 a zipfile with the binary release, ready to be distributed :)
29 Enjoy,
30           thp     2007-05-12