# HG changeset patch # User Matti Hamalainen # Date 1578132002 -7200 # Node ID b634952372f1fa64e393b8b4b16ff227ac91bdf9 # Parent 03b6f8604a7f2c6eeb10416a1bd1453c5e9eb36c Update README a bit. diff -r 03b6f8604a7f -r b634952372f1 README.txt --- 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.