• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aboutdialog/H05-Nov-2021-716497

resources/H05-Nov-2021-97

translations/H03-May-2022-6,6926,608

translatorsinfo/H03-May-2022-1,7251,295

.translation-updateH A D05-Nov-202118 31

AUTHORSH A D05-Nov-2021307 129

CHANGELOGH A D05-Nov-20215.5 KiB186157

COPYINGH A D05-Nov-202123.9 KiB459386

README.mdH A D05-Nov-20211 KiB3521

languagesH A D05-Nov-20210

main.cppH A D05-Nov-20211.7 KiB5320

README.md

1# lxqt-about
2
3## Overview
4
5`lxqt-about` is a dialogue window providing information about LXQt and the
6system it's running on.
7
8## Installation
9
10### Sources
11
12The only runtime dependency is [liblxqt](https://github.com/lxqt/liblxqt).
13CMake is needed to build as well as optionally Git to pull latest VCS checkouts.
14
15Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
16will normally have to be set to `/usr`.
17
18To build run `make`, to install `make install` which accepts variable `DESTDIR`
19as usual.
20
21### Binary packages
22
23The library is provided by all major Linux distributions like Arch Linux,
24Debian, Fedora and openSUSE. Just use your package manager to search for string
25`lxqt-about`.
26
27### Translation
28
29Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-about/)
30
31<a href="https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-about/">
32<img src="https://translate.lxqt-project.org/widgets/lxqt-desktop/-/lxqt-about/multi-auto.svg" alt="Translation status" />
33</a>
34
35