From 911ae03ccfd532f8fc242547c8859667f83bae41 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 18 Jan 2020 23:33:11 +0100 Subject: [PATCH] Updating runtime dependency in README.md We have 5.7.1 as minimum in CMakeLists.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e8174..1a373b3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ License: public-domain ### Compiling sources -The only runtime dependency is qtbase ≥ 5.6. +The only runtime dependency is qtbase ≥ 5.7.1. In order to build CMake ≥ 3.0.2 and [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools/) >= 0.4.0 are needed as well as Git to pull translations and optionally latest VCS checkouts. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`, depending on the way library paths are dealt with on 64bit systems variables like `CMAKE_INSTALL_LIBDIR` may have to be set as well.