Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/liblxqt
Core utility library for all LXQt components
https://github.com/lxqt/liblxqt
Last synced: 3 days ago
JSON representation
Core utility library for all LXQt components
- Host: GitHub
- URL: https://github.com/lxqt/liblxqt
- Owner: lxqt
- License: lgpl-2.1
- Created: 2013-08-06T13:39:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T17:47:06.000Z (3 months ago)
- Last Synced: 2024-10-29T12:52:15.696Z (about 2 months ago)
- Language: C++
- Homepage: https://lxqt-project.org
- Size: 1.73 MB
- Stars: 60
- Watchers: 29
- Forks: 51
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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, and
[libqtxdg](https://github.com/lxqt/libqtxdg).
Additional build dependencies are CMake, [lxqt-build-tools](https://github.com/lxqt/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](https://translate.lxqt-project.org/projects/lxqt-desktop/liblxqt/)