pcmanfm-qt-0.11.3

Introduction to pcmanfm-qt

The pcmanfm-qt is a file manager and desktop icon manager (Qt port of pcmanfm and libfm).

This package is known to build and work properly using an LFS-8.1 platform.

Package Information

pcmanfm-qt Dependencies

Required

liblxqt-0.11.1, libfm-qt-0.11.2, and lxmenu-data-0.1.5

Recommended

Optional

git-2.14.1 (to download translation files) or lxqt-l10n-0.11.2 (to add localization files)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pcmanfm-qt

Installation of pcmanfm-qt

Install pcmanfm-qt by running the following commands:

mkdir -v build &&
cd       build &&

cmake -DCMAKE_BUILD_TYPE=Release          \
      -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
      -DPULL_TRANSLATIONS=no              \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..       &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

-DPULL_TRANSLATIONS=no: Removes the need for git-2.14.1, which would otherwise be requested to download the translation files.

Contents

Installed Program: pcmanfm-qt
Installed Library: None
Installed Directories: None

Short Descriptions

pcmanfm-qt

is a file manager.

Last updated on 2017-08-31 08:29:49 -0700