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.