The libfm package contains a library used to develop file managers providing some file management utilities.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://downloads.sourceforge.net/pcmanfm/libfm-1.3.0.2.tar.xz
Download MD5 sum: 02a024714d51e0d37afc7bd596a44f3b
Download size: 920 KB
Estimated disk space required: 31 MB
Estimated build time: 0.4 SBU
GTK+-2.24.32 and menu-cache-1.1.0
libexif-0.6.21, Vala-0.40.8, and lxmenu-data-0.1.5
GTK-Doc-1.28, dbus-glib-0.110 and Gvfs-1.36.2 or udisks (for volume management - experimental)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libfm
Install libfm by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-25 16:06:17 -0700