comparison README.txt @ 1558:48dcde220a2e

Few fixes in the README.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 06:04:11 +0300
parents 5e5f75b45f8d
children 9c3dd6f8dbda
comparison
equal deleted inserted replaced
1557:5e5f75b45f8d 1558:48dcde220a2e
66 - libSDL 2.0 66 - libSDL 2.0
67 - zlib 67 - zlib
68 - libPNG 1.2 and development headers (more optional, 68 - libPNG 1.2 and development headers (more optional,
69 only required for PNG write and read support by some 69 only required for PNG write and read support by some
70 utilities.) 70 utilities.)
71 - SDL_ttf for libSDL2 (optional, required for some things) 71 - SDL2_ttf for libSDL2 (optional, required for some things)
72 - Tremor (integer-based Ogg Vorbis decoder) + libogg 72 - Tremor (integer-based Ogg Vorbis decoder) + libogg
73 73
74 And the demo editor framework requires (but it is not yet 74 And the demo editor framework requires (but it is not yet
75 usable anyway, so you may as well skip these): 75 usable anyway, so you may as well skip these):
76 76
77 - Qt 5.x framework libraries (tested with 5.7) 77 - Qt 5.x framework libraries
78 78
79 79
80 For Linux -> Win32/64 cross-compilation I have used the standard 80 For Linux -> Win32/64 cross-compilation I have used the standard
81 MinGW packages from Debian Testing (wheezy): 81 MinGW packages from Debian Testing (wheezy):
82 82
83 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev 83 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev
84 84
85 with the additions of self- cross-compiled libSDL, zlib, Tremor, 85 with the additions of cross-compiled libSDL, zlib, Tremor, libogg
86 liboff and libPNG. Some of those require a bit of poking to get 86 and libPNG. The SDL-related stuff for MinGW can be found from
87 working properly, YMMV. 87 libSDL's website, though some things you may need to cross-compile
88 yourself. YMMV.
88 89
89 Please don't ask me for help to get cross-compilation working. 90 Please don't ask me for help to get cross-compilation working.
90 91
91 92
92 ----------------------------------------------------------------------- 93 -----------------------------------------------------------------------