comparison README.txt @ 233:b634952372f1

Update README a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Jan 2020 12:00:02 +0200
parents 98563979859b
children a8605886579d
comparison
equal deleted inserted replaced
232:03b6f8604a7f 233:b634952372f1
1 SIDInfo - PSID/RSID information displayer 1 SIDInfo - PSID/RSID information displayer
2 Programmed and designed by Matti 'ccr' Hämäläinen 2 Programmed and designed by Matti 'ccr' Hämäläinen
3 (C) Copyright 2014-2019 Tecnic Software productions (TNSP) 3 (C) Copyright 2014-2020 Tecnic Software productions (TNSP)
4 4
5 See COPYING for license information. 5 See COPYING for license information.
6 6
7 ----------------------------------------------------------------------- 7 -----------------------------------------------------------------------
8 8
16 Requirements 16 Requirements
17 ============ 17 ============
18 The compilation and usage of these utilities requires following 18 The compilation and usage of these utilities requires following
19 software packages or functional equivalents installed: 19 software packages or functional equivalents installed:
20 20
21 - GCC (4.x, older ones might work as well) 21 - GCC or some other C99 compatible C compiler like Clang.
22 - GNU binutils
23 - GNU Make 22 - GNU Make
24 23
25 - th-libs library (included in the tar/zip packages, 24 - th-libs library (included in the tar/zip packages,
26 for building from mercurial repo, see "how to build") 25 for building from mercurial repo, see "how to build")
27 26
28 - libiconv (optional, for converting ISO-8859/Latin-1 encoded 27 - libiconv (optional, for converting ISO-8859/Latin-1 encoded
29 text used in HVSC SID files and STIL database to whatever 28 text used in HVSC SID files and STIL database to whatever
30 character set your system is using, like UTF-8.) 29 character set your system is using, like UTF-8.)
31 30
32 31
33 For Linux -> Win32/64 cross-compilation I have used the standard 32 For Linux -> Win32/64 cross-compilation I have used the MinGW packages
34 MinGW packages from Debian Testing (wheezy): 33 from Debian Testing (wheezy), installable via "apt-get mingw-w64".
35
36 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev
37
38 Some of those require a bit of poking to get working properly, YMMV.
39 34
40 Please don't ask me for help to get cross-compilation working. 35 Please don't ask me for help to get cross-compilation working.
41 36
42 ----------------------------------------------------------------------- 37 -----------------------------------------------------------------------
43 38