diff README.txt @ 1557:5e5f75b45f8d

Initial port to SDL2. Many things will not work now.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 06:00:50 +0300
parents e55426a0a010
children 48dcde220a2e
line wrap: on
line diff
--- a/README.txt	Sun May 13 05:59:42 2018 +0300
+++ b/README.txt	Sun May 13 06:00:50 2018 +0300
@@ -63,19 +63,18 @@
 
 You will also want these libraries:
 
- - libSDL 1.2, preferably the latest stable version.
+ - libSDL 2.0
  - zlib
  - libPNG 1.2 and development headers (more optional,
    only required for PNG write and read support by some
    utilities.)
- - SDL_ttf 2.0 and libfreetype2
+ - SDL_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 4.x framework libraries (tested with 4.7 and 4.8.2)
- - qmake, moc
+ - Qt 5.x framework libraries (tested with 5.7)
 
 
 For Linux -> Win32/64 cross-compilation I have used the standard