# HG changeset patch # User Matti Hamalainen # Date 1526180651 -10800 # Node ID 48dcde220a2ed270c270049e87b93d302a701cbe # Parent 5e5f75b45f8d1234f5983c74224c38c5877898ea Few fixes in the README. diff -r 5e5f75b45f8d -r 48dcde220a2e README.txt --- 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.