Emulator: Difference between revisions
Jump to navigation
Jump to search
(New page: == Emulating the Reciva Radio Hardware == This is just a working notes area at the moment. == Building the Emulator == === Special Bits On a Windows Platform == * Download (from http:/...) |
|||
Line 17: | Line 17: | ||
* Download SDL from http://www.libsdl.org/index.php (I'm using version 1.2.13) | * Download SDL from http://www.libsdl.org/index.php (I'm using version 1.2.13) | ||
* Download ZLib from xxx (I'm using version xxx) | * Download ZLib from xxx (I'm using version xxx) | ||
* Download QEmu from | * Download QEmu from http://fabrice.bellard.free.fr/qemu/download.html (I'm using version 0.9.1) |
Revision as of 23:38, 5 April 2008
Emulating the Reciva Radio Hardware
This is just a working notes area at the moment.
Building the Emulator
= Special Bits On a Windows Platform
- Download (from http://www.mingw.org/download.shtml) and install MinGW into c:\mingw
- Download (from http://www.mingw.org/download.shtml) and install MSys-Basic into c:\msys
- If you are running Vista, you need to edit MSys.bat to include the line (check that the version matches yours, and if not, modify the path statement accordingly):
PATH=c:\mingw\libexec\gcc\mingw32\3.4.5;%PATH%
Download Files
- Download SDL from http://www.libsdl.org/index.php (I'm using version 1.2.13)
- Download ZLib from xxx (I'm using version xxx)
- Download QEmu from http://fabrice.bellard.free.fr/qemu/download.html (I'm using version 0.9.1)