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-11.0 platform.
Download (HTTP): https://downloads.sourceforge.net/pcmanfm/libfm-1.3.2.tar.xz
Download MD5 sum: c87a0ff41ae77825079b2f785ec0741e
Download size: 924 KB
Estimated disk space required: 36 MB
Estimated build time: 0.3 SBU
GTK+-3.24.30 or GTK+-2.24.33, and menu-cache-1.1.0
libexif-0.6.22, Vala-0.52.5, and lxmenu-data-0.1.5
GTK-Doc-1.33.2, dbus-glib-0.112 and Gvfs-1.48.1 or udisks (for volume management - experimental)
User Notes: https://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
          --with-gtk=3: This option selects the
          version of gtk+ to use. The default is gtk+-2.
        
          --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