menaechmi / libfm-qt

Core library of PCManFM-Qt (Qt binding for libfm)

Home Page:https://lxqt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libfm-qt

Overview

libfm-qt is the Qt port of libfm, a library providing components to build desktop file managers which belongs to LXDE.

libfm-qt is licensed under the terms of the LGPLv2.1 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

Installation

Compiling source code

Runtime dependencies are Qt X11 Extras and libfm ≥ 1.2 (not all features are provided by libfm-qt yet).
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 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

Translation status

About

Core library of PCManFM-Qt (Qt binding for libfm)

https://lxqt.github.io

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 78.1%Language:C 20.9%Language:CMake 1.0%