# HG changeset patch # User Wuzzy # Date 1520956640 -3600 # Node ID 2148b493836ec92d903b7947227fefa1d3a004d1 # Parent 3961f9d0c7e4790b6fbb8cf2ab5440d9fda85f1b Update INSTALL.md about new Qt5 dependency diff -r 3961f9d0c7e4 -r 2148b493836e INSTALL.md --- a/INSTALL.md Tue Mar 13 16:38:48 2018 +0100 +++ b/INSTALL.md Tue Mar 13 16:57:20 2018 +0100 @@ -16,22 +16,29 @@ - CMake >= 2.6.0 - A make program (e.g. GNU Make) - Free Pascal Compiler (FPC) >= 2.2.4 -- Qt = 4.7.0 +- Qt 5 - SDL >= 2.0 - SDL\_net >= 2.0 - SDL\_mixer >= 2.0 - SDL\_image >= 2.0 - SDL\_ttf >= 2.0 +### Recommended optional dependencies + +These are not strictly required to build Hedgewars, but it's +usually better to have them installed. Hedgewars has fallback mechanisms +in if these are not found on your system. + +- qtstyleplugins (for Qt 5) +- PhysFS >= 2.0.0 +- Lua = 5.1.0 + ### Optional dependencies For some additional features, you can optionally install these dependencies: -- For Hedgewars: - - PhysFS >= 2.0.0 (recommended) - - Lua = 5.1.0 (recommended) - For PNG screenshots: - - libpng >= 1.2 (recommended) + - libpng >= 1.2 - For video recording: - FFmpeg or Libav - For the Hedgewars Server: