pcmanfm-qt-0.9.0

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-7.8 platform.

Package Information

pcmanfm-qt Dependencies

Required

liblxqt-0.9.0, libfm-1.2.3, and lxmenu-data-0.1.4

Recommended

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 \
      -DCMAKE_INSTALL_LIBDIR=lib          \
      ..       &&

make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Program: pcmanfm-qt
Installed Library: libfm-qt5.so
Installed Directories: $LXQT_PREFIX/include/libfm-qt and $LXQT_PREFIX/lxqt/share/{libfm-qt,pcmanfm-qt}

Short Descriptions

pcmanfm-qt

is a file manager.

libfm-qt5.so

contains the libfm-qt5 API functions.

Last updated on 2015-09-29 11:17:21 -0700