File: README.md

package info (click to toggle)
libfm-qt 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 5,524 kB
  • sloc: cpp: 22,958; ansic: 5,550; xml: 35; makefile: 10
file content (48 lines) | stat: -rw-r--r-- 1,843 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# libfm-qt

## Overview

libfm-qt is the Qt port of libfm, a library that provides components for building
desktop file managers, belonging to [LXDE](https://lxde.org).

libfm-qt is licensed under the terms of the
[LGPLv2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
or any later version. See file LICENSE for its full text.  

fm-qt-config.cmake.in is licensed under the terms of the
[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)

## Installation

### Compiling source code

Runtime dependencies are Qt X11 Extras (although libfm-qt works under Wayland too)
and menu-cache (not all libfm features are provided by libfm-qt yet).  
Additional build dependencies are CMake,
[lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools),[lxqt-menu-data](https://github.com/lxqt/lxqt-menu-data) and, optionally, Git for pulling latest VCS checkouts.

Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
has to be set to `/usr` on most operating systems. 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

Official binary packages are provided by all major Linux and BSD distributions. Just use your package manager to search for string `libfm-qt`

## Development

Issues should go to the tracker of PCManFM-Qt at
https://github.com/lxqt/pcmanfm-qt/issues.


### Translation

Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/)

<a href="https://translate.lxqt-project.org/projects/lxqt-desktop/libfm-qt/">
<img src="https://translate.lxqt-project.org/widgets/lxqt-desktop/-/libfm-qt/multi-auto.svg" alt="Translation status" />
</a>