# HG changeset patch # User Matti Hamalainen # Date 1589525828 -10800 # Node ID e9a6b5fb473b1eceb742710691ede80ddeb22e61 # Parent 4deb8da6c901d713bfdddf7767c2abd72bc515e2 Minor fixes / updates to README. diff -r 4deb8da6c901 -r e9a6b5fb473b README.txt --- a/README.txt Fri May 15 07:46:14 2020 +0300 +++ b/README.txt Fri May 15 09:57:08 2020 +0300 @@ -95,14 +95,22 @@ How to build ============ -1) $ cp config.mak.in config.mak +1) Copy default configuration template to configuration + + $ cp config.mak.in config.mak 2) Edit config.mak to enable/disable desired options. Make sure you have the required depencies. -3) $ gmake - or, if cross-compiling to Win32 via MinGW - $ gmake -f Makefile.w32 +3) Compile all the things + + $ make + + or, if cross-compiling to Win32/64 via MinGW + + $ make -f Makefile.cross-mingw MINGW=32 + + Use MINGW=64 if targeting 64bit. 4) If it works -> Happy fun times \:D\ @@ -178,10 +186,11 @@ (Note: PNG support is a compile-time option) + 64vw ---- -Compiled only if libSDL support is enabled. Can be used to -display various C64 image file formats. +A very barebones SDL2-based C64 graphics formats viewer. +Compiled only if libSDL support is enabled. -----------------------------------------------------------------------------