8fe52143cf
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
*********************
|
|
* Emu48 GCC Version *
|
|
*********************
|
|
|
|
Emu48 is normally compiled with the Microsoft Visual C++ V6.0 compiler. An
|
|
alternative is the GCC compiler from the GNU project. A great distribution
|
|
of the compiler and the necessary files is MinGW at www.mingw.org.
|
|
|
|
Emu48 was tested with the following MinGW file versions:
|
|
|
|
MinGW-3.1.0-1.exe
|
|
w32api-3.10.tar.gz
|
|
mingw-runtime-3.13.tar.gz
|
|
mingw32-make-3.81-2.tar.gz
|
|
binutils-2.16.91-20060119-1.tar.gz
|
|
gcc-core-3.4.5-20060117-1.tar.gz
|
|
|
|
or
|
|
|
|
w32api-3.11.tar.gz
|
|
mingw-runtime-3.14.tar.gz
|
|
mingw32-make-3.81-20080326.tar.gz
|
|
binutils-2.18.50-20080109-2.tar.gz
|
|
gcc-core-3.4.5-20060117-1.tar.gz
|
|
|
|
Older versions of the MinGW package might not work, because there are several
|
|
bug fixes, especially in the header files, made in the last time.
|
|
|
|
|
|
Because of some inconsistences in the current MinGW distribution you have to
|
|
add the files of this archive to the actual Emu48 source files.
|
|
|
|
Many thanks to Pedro A. Arranda Gutiérrez for his work on making Emu48 GCC
|
|
compatible.
|
|
|
|
|
|
04/01/08 (c) by Christoph Gießelink
|