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

..03-May-2022-

cmake/H05-Nov-2021-4237

data/H03-May-2022-192150

src/H03-May-2022-109,62099,179

AUTHORSH A D05-Nov-2021155 75

CHANGELOGH A D05-Nov-202150.6 KiB893871

Doxyfile.inH A D05-Nov-202177.2 KiB1,8911,370

LICENSEH A D05-Nov-202123.9 KiB459386

LICENSE.BSD-3-ClauseH A D05-Nov-20211.5 KiB2724

README.mdH A D05-Nov-20212 KiB5537

README.md

1# libfm-qt
2
3## Overview
4
5libfm-qt is the Qt port of libfm, a library providing components to build
6desktop file managers which belongs to [LXDE](https://lxde.org).
7
8libfm-qt is licensed under the terms of the
9[LGPLv2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
10or any later version. See file LICENSE for its full text.
11
12fm-qt-config.cmake.in is licensed under the terms of the
13[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
14
15## Installation
16
17### Compiling source code
18
19Runtime dependencies are Qt X11 Extras and libfm ≥ 1.2
20(not all features are provided by libfm-qt yet).
21Additional build dependencies are CMake,
22[lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) and optionally Git
23to pull latest VCS checkouts.
24
25Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
26has to be set to `/usr` on most operating systems, depending on the way library
27paths are dealt with on 64bit systems variables like `CMAKE_INSTALL_LIBDIR` may
28have to be set as well.
29
30To build run `make`, to install `make install` which accepts variable `DESTDIR`
31as usual.
32
33### Binary packages
34
35Official binary packages are available in Arch Linux, Debian (as of Debian
36stretch) and openSUSE (Leap 42.1 and Tumbleweed).
37The library is still missing in Fedora which is providing version 0.10.0 of
38PCManFM-Qt only so far. This version was still including the code outsourced
39into libfm-qt later so libfm-qt will have to be provided by Fedora, too,
40as soon as the distribution upgrades to PCManFM-Qt ≥ 0.10.1.
41
42## Development
43
44Issues should go to the tracker of PCManFM-Qt at
45https://github.com/lxqt/pcmanfm-qt/issues.
46
47
48### Translation
49
50Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/)
51
52<a href="https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/">
53<img src="https://translate.lxqt-project.org/widgets/lxqt-desktop/-/libfm-qt/multi-auto.svg" alt="Translation status" />
54</a>
55