Go to file
Simon Quigley 8e53618a1c
Merge pull request #83 from lxqt/cpp17
Bump the minimum compatibility level to C++17
2023-02-02 17:10:02 -06:00
.github Added github issue template 2019-03-23 01:49:17 +01:00
cmake Bump the minimum compatibility level to C++17. 2023-01-25 09:39:41 -06:00
.gitattributes Don't export github templates 2017-09-24 18:58:50 +02:00
.gitignore Authors and license (#2) 2016-10-09 13:53:40 +02:00
AUTHORS Update AUTHORS (#67) 2021-04-16 22:29:32 +04:30
BSD-3-Clause Authors and license (#2) 2016-10-09 13:53:40 +02:00
CHANGELOG Pre-release changes (#82) 2022-11-05 11:25:11 +03:30
CMakeLists.txt Pre-release changes (#82) 2022-11-05 11:25:11 +03:30
README.md Add captions 2018-12-08 17:49:00 +01:00
lxqt-build-tools-config-version.cmake.in Remove arched bits from version.cmake-file (#14) 2017-01-07 01:54:19 +01:00
lxqt-build-tools-config.cmake.in Make lxqt-build-tools be usable 2016-10-06 14:44:59 +01:00
lxqt-transupdate Fixed typo (#65) 2021-04-05 14:00:11 +04:30

README.md

lxqt-build-tools

Introduction

This repository is providing several tools needed to build LXQt itself as well as other components maintained by the LXQt project.

These tools used to be spread over the repositories of various other components and were summarized to ease dependency management. So far many components, in particular liblxqt, were representing a build dependency without being needed themselves but only because their repository was providing a subset of the tools which are now summarized here. So the use of this repository will reduce superfluous and bloated dependencies.

Installation

Compiling sources

To build only CMake and Qt5Core are needed, optionally Git to pull VCS checkouts. Runtime dependencies do not exist.

Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.

To build run make, to install make install which accepts variable DESTDIR as usual. (Strictly speaking make isn't even needed right now. On the other hand it doesn't hurt so packagers may just include it in case it'll be needed one day.)

Packagers

This package is arch-independent now. You can simply package it as BuildArch: noarch (rpm) or arch: all (deb).

Current Minimum Versions

Package Version
KF5_MINIMUM_VERSION 5.36.0
KF5SCREEN_MINIMUM_VERSION 5.2.0
LIBFM_QT_MINIMUM_VERSION 0.14.0
LIBFMQT_MINIMUM_VERSION 0.14.0
LIBMENUCACHE_MINIMUM_VERSION 1.1.0
LXQTBT_MINIMUM_VERSION 0.6.0
LXQT_MINIMUM_VERSION 0.14.0
QTERMWIDGET_MINIMUM_VERSION 0.14.0
QT_MINIMUM_VERSION 5.7.1
QTXDG_MINIMUM_VERSION 3.3.0