Here's a short how-to (Jerry asked for it):
Compile ps2vice-1.22 on a Windows machine
You need to download gshi_ps2sdk.7z from
http://gshi.org/vb/showthread.php?t=3097
and ps2vice-1.22.targz
- unpack gshi_ps2sdk.7z inside c:
- unpack ps2vice-1.22.targz (I unpack it to c: here, too)
- run c:/msys/1.0/msys.bat (now you should have a msys console running)
The following things can be done from any file browser (just copying files), or from the msys console:
- go inside /c/msys/1.0/local/ps2dev directory and
- copy ps2lib/ee/include/fileio.h to ps2lib/ee/include/eefileio.h
- copy ps2sdk/common/include/io_common.h to ps2lib/ee/include
- go into /c/ps2vice-1.22 directory
- copy src/config.h.ps2 to src/config.h
- copy src/version.h.ps2 to src/version.h
- copy src/resid/siddefs.h.ps2 to src/resid/siddefs.h
This must be run from msys console (inside /c/ps2vice-1.22 directory):
- make -f Makefile.ps2
*wait* *wait* *wait*
and to reduce the size of the executables
- make -f Makefile.ps2 strip
Georg