liblxqt-0.10.0

Introduction to liblxqt

The liblxqt is the core utility library for all LXQt components.

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

Package Information

Additional Downloads

liblxqt Dependencies

Required

libqtxdg-1.3.0 and (kwindowsystem-5.25.0 for lxqt or KDE Frameworks-5.25.0)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/liblxqt

Installation of liblxqt

Optionally apply the following patch to be able to put your system into “Suspend” or “Hibernate” state.

patch -p1 -i ../liblxqt-0.10.0-hibernate_consolekit-1.patch

Install liblxqt by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..                                  &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: liblxqt.so
Installed Directories: $LXQT_PREFIX/{include,share{,/cmake}}/lxqt

Short Descriptions

liblxqt.so

contains the liblxqt API functions.

Last updated on 2016-08-27 10:35:10 -0700