From 19b1c3d7c2387fa2c6374b5173a2eb5243c95b7e Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sun, 12 Oct 2014 14:54:30 +0200 Subject: [PATCH] README: Mention SDL patch needed for F1 menu --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4241a10..4d2a894 100644 --- a/README.md +++ b/README.md @@ -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.