changeset 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 43e18726e54d
files README.txt
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sun May 13 06:00:50 2018 +0300
+++ b/README.txt	Sun May 13 06:04:11 2018 +0300
@@ -68,13 +68,13 @@
  - libPNG 1.2 and development headers (more optional,
    only required for PNG write and read support by some
    utilities.)
- - SDL_ttf for libSDL2 (optional, required for some things)
+ - SDL2_ttf for libSDL2 (optional, required for some things)
  - Tremor (integer-based Ogg Vorbis decoder) + libogg
 
 And the demo editor framework requires (but it is not yet
 usable anyway, so you may as well skip these):
 
- - Qt 5.x framework libraries (tested with 5.7)
+ - Qt 5.x framework libraries
 
 
 For Linux -> Win32/64 cross-compilation I have used the standard
@@ -82,9 +82,10 @@
 
 gcc-mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev
 
-with the additions of self- cross-compiled libSDL, zlib, Tremor,
-liboff and libPNG. Some of those require a bit of poking to get
-working properly, YMMV.
+with the additions of cross-compiled libSDL, zlib, Tremor, libogg
+and libPNG. The SDL-related stuff for MinGW can be found from
+libSDL's website, though some things you may need to cross-compile
+yourself. YMMV.
 
 Please don't ask me for help to get cross-compilation working.