README: Mention SDL patch needed for F1 menu

This commit is contained in:
Jonas Kulla 2014-10-12 14:54:30 +02:00
parent 64a26b4911
commit 19b1c3d7c2
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,7 @@ This binding only exists for testing purposes and does nothing (the engine quits
* libsigc++ 2.0
* PhysFS (latest hg)
* OpenAL
* SDL2
* SDL2*
* SDL2_image
* SDL2_ttf
* SDL_sound (latest hg, apply provided patches!)
@ -61,6 +61,8 @@ This binding only exists for testing purposes and does nothing (the engine quits
* libiconv (on Windows, optional with INI_ENCODING)
* libguess (optional with INI_ENCODING)
(* For the F1 menu to work correctly, you need latest hg + [this patch](https://bugzilla.libsdl.org/show_bug.cgi?id=2745))
mkxp employs Qt's qmake build system, so you'll need to install that beforehand. Alternatively, you can build with cmake (FIXME: add cmake instructions).
qmake will use pkg-config to locate the respective include/library paths. If you installed any dependencies into non-standard prefixes, make sure to adjust your `PKG_CONFIG_PATH` variable accordingly.