# Note: depends on intltool # Note: depends on pkg-config # Note: depends on glib wget -c http://downloads.sourceforge.net/project/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/LibFM/libfm-1.3.1.tar.xz tar -xJf libfm-1.3.1.tar.xz cd libfm-1.3.1 mkdir -p build cd build ../configure --prefix="/usr" || ../configure --prefix="/usr" --with-extra-only make # Doesn't mind -j# make install