README: Mention SDL patch needed for F1 menu
This commit is contained in:
parent
64a26b4911
commit
19b1c3d7c2
|
@ -50,7 +50,7 @@ This binding only exists for testing purposes and does nothing (the engine quits
|
||||||
* libsigc++ 2.0
|
* libsigc++ 2.0
|
||||||
* PhysFS (latest hg)
|
* PhysFS (latest hg)
|
||||||
* OpenAL
|
* OpenAL
|
||||||
* SDL2
|
* SDL2*
|
||||||
* SDL2_image
|
* SDL2_image
|
||||||
* SDL2_ttf
|
* SDL2_ttf
|
||||||
* SDL_sound (latest hg, apply provided patches!)
|
* 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)
|
* libiconv (on Windows, optional with INI_ENCODING)
|
||||||
* libguess (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).
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue