Go to file
Alf Gaida 92c9170a80 Release 0.2.0: Update changelog 2016-10-30 00:22:01 +02:00
cmake Adds an LXQtConfigVars module 2016-10-19 22:51:13 +01:00
.gitattributes Authors and license (#2) 2016-10-09 13:53:40 +02:00
.gitignore Authors and license (#2) 2016-10-09 13:53:40 +02:00
AUTHORS Authors and license (#2) 2016-10-09 13:53:40 +02:00
BSD-3-Clause Authors and license (#2) 2016-10-09 13:53:40 +02:00
CHANGELOG Release 0.2.0: Update changelog 2016-10-30 00:22:01 +02:00
CMakeLists.txt Bump minor to 2 (#7) 2016-10-27 18:45:04 +02:00
README.md Added Qt5Core to README.md (#6) 2016-10-26 19:08:27 +02:00
lxqt-build-tools-config.cmake.in Make lxqt-build-tools be usable 2016-10-06 14:44:59 +01:00

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.)

Binary packages

The repository was introduced in September 2016 and binary packages are rare so far. On Arch Linux an AUR package lxqt-build-tools-git can be used to build current checkouts of branch master.