changeset 2527:e9a6b5fb473b rel-20200515

Minor fixes / updates to README.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 May 2020 09:57:08 +0300
parents 4deb8da6c901
children b3b6d82247f5
files README.txt
diffstat 1 files changed, 15 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
 
 -----------------------------------------------------------------------------