changeset 233:b634952372f1

Update README a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Jan 2020 12:00:02 +0200
parents 03b6f8604a7f
children 1c004e74d0ad
files README.txt
diffstat 1 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sat Jan 04 11:36:38 2020 +0200
+++ b/README.txt	Sat Jan 04 12:00:02 2020 +0200
@@ -1,6 +1,6 @@
 SIDInfo - PSID/RSID information displayer
 Programmed and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2014-2019 Tecnic Software productions (TNSP)
+(C) Copyright 2014-2020 Tecnic Software productions (TNSP)
 
 See COPYING for license information.
 
@@ -18,8 +18,7 @@
 The compilation and usage of these utilities requires following
 software packages or functional equivalents installed:
 
- - GCC (4.x, older ones might work as well)
- - GNU binutils
+ - GCC or some other C99 compatible C compiler like Clang.
  - GNU Make
 
  - th-libs library (included in the tar/zip packages,
@@ -30,12 +29,8 @@
    character set your system is using, like UTF-8.)
 
 
-For Linux -> Win32/64 cross-compilation I have used the standard
-MinGW packages from Debian Testing (wheezy):
-
-gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev
-
-Some of those require a bit of poking to get working properly, YMMV.
+For Linux -> Win32/64 cross-compilation I have used the MinGW packages
+from Debian Testing (wheezy), installable via "apt-get mingw-w64".
 
 Please don't ask me for help to get cross-compilation working.