comparison README.txt @ 157:8fc887cb56d0

Implement iconv support for converting from PSID de-facto latin-1/ISO-8859-* to whatever we are using currently (default to UTF-8). Support for iconv can be turned off via compile-time define (see Makefile).
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Oct 2017 01:46:34 +0300
parents e3be2ae6120e
children da2fbfe18c60
comparison
equal deleted inserted replaced
156:717d143612e2 157:8fc887cb56d0
22 - GNU binutils 22 - GNU binutils
23 - GNU Make 23 - GNU Make
24 24
25 - th-libs library (included in the tar/zip packages, 25 - th-libs library (included in the tar/zip packages,
26 for building from mercurial repo, see "how to build") 26 for building from mercurial repo, see "how to build")
27
28 - libiconv (optional, for converting ISO-8859/Latin-1 encoded
29 text used in HVSC SID files and STIL database to whatever
30 character set your system is using, like UTF-8.)
31
27 32
28 For Linux -> Win32/64 cross-compilation I have used the standard 33 For Linux -> Win32/64 cross-compilation I have used the standard
29 MinGW packages from Debian Testing (wheezy): 34 MinGW packages from Debian Testing (wheezy):
30 35
31 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev 36 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev