| Table of contents |
Untar the archive
gzip -cd SDL-devel-1.x.x.mingw.tar.gz | tar xNow build libSDL
make install-sdl prefix=/mingw
Untar the archive
tar xvfz zlib-1.x.x.tar.gzor for bz2
tar xvfj zlib-1.x.x.tar.bz2Now change to zlib directory
cd zlib-1.x.xConfigure and build zlib
./configure --prefix=/mingw make && make install
Change to the fceu directory
cd fceu-0.98.12-blip.src
Configure the Makefile
./configure --with-nativewin32or for opengl
./configure --with-nativewin32 --with-openglBuild the resource file
windres -o src/res.o src/drivers/win/res.resNow make
make
Staying in MSYS, run the strip program.
strip -s src/fceu.exe
After being "stripped", I suggest using upx, http://upx.sourceforge.net/ , to compress the executable.
The program should be in your home directory under c:\msys\1.0\home\|username|\fceu-0.98.12-blip.src\src\fceu.exe

HowToCompileFCEUInWindows last edited by Phil on 2006-10-21 16:00:20
Page info and history | Latest diff | List referrers