Skip to content
/ liblxqt Public
forked from lxqt/liblxqt

Core utility library for all LXQt components

License

Notifications You must be signed in to change notification settings

isf63/liblxqt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblxqt

Overview

liblxqt represents the core library of LXQt providing essential functionality needed by nearly all of its components.

Installation

Sources

Its runtime dependencies are libxss, KWindowSystem, qtbase, qtx11extras and libqtxdg. Additional build dependencies are CMake, lxqt-build-tools and optionally Git to pull 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.

To build run make, to install make install which accepts variable DESTDIR as usual.

Binary packages

The library is provided by all major Linux distributions like Arch Linux, Debian, Fedora and openSUSE. Just use your package manager to search for string liblxqt.

Translation

Translations can be done in LXQt-Weblate

Translation status

About

Core utility library for all LXQt components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.5%
  • C 6.9%
  • CMake 5.6%