lxqt-build-tools-2.3.0

Introduction to lxqt-build-tools

The lxqt-build-tools package provides several tools needed to build LXQt itself as well as other components maintained by the LXQt project.

[Note]

Note

This package is known to build and work properly using an LFS 13.0 platform.

Package Information

lxqt-build-tools Dependencies

Required

CMake-4.2.3 and Qt-6.10.2

Installation of lxqt-build-tools

Install lxqt-build-tools by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      .. &&

make

This package does not come with a test suite.

Now, as the root user:

make install &&
rm -f /usr/share/cmake/lxqt2-build-tools/find-modules/FindXCB.cmake

Command Explanations

rm -f /usr/share/cmake/lxqt2-build-tools/find-modules/FindXCB.cmake: Remove an old cmake file from a previous version of this package that is no longer used. Without this command, other packages in this chapter will fail to build.

Contents

Installed Program: lxqt2-transupdate
Installed Library: None
Installed Directories: /usr/share/cmake/lxqt2-build-tools

Short Descriptions

lxqt2-transupdate

updates translations for LXQt components