0c2f128039
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
46 lines
1.1 KiB
Text
46 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
|
|
|
|
or
|
|
|
|
MinGW-3.1.0-1.exe
|
|
mingw-runtime-3.2.tar.gz
|
|
gcc-core-3.3.1-20030804-1.tar.gz
|
|
|
|
or
|
|
|
|
MinGW-3.1.0-1.exe
|
|
w32api-2.5.tar.gz
|
|
mingw-runtime-3.3.tar.gz
|
|
binutils-2.15.90-20040222-1.tar.gz
|
|
gcc-core-3.4.1-20040711-1.tar.gz
|
|
|
|
or
|
|
|
|
MinGW-3.1.0-1.exe
|
|
w32api-3.3.tar.gz
|
|
mingw-runtime-3.8.tar.gz
|
|
binutils-2.15.94-20050118-1.tar.gz
|
|
gcc-core-3.4.4-20050522-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.
|
|
|
|
|
|
08/22/05 (c) by Christoph Gießelink
|