1 usmb - Unprivileged mounting of SMB/CIFS shares via FUSE
2 ========================================================
7 glib 2.6 or later - www.gtk.org.
8 libxml2 - ftp.gnome.org.
9 FUSE 2.6 or later - fuse.sourgeforge.net.
10 libsmbclient 3.0 (part of Samba) - www.samba.org.
12 You need GNU sed to build usmb.
14 If you aren't using a usmb release tarball (e.g if you're using a development
15 snapshot or a git clone) then you need a recent (post-2.63) version of GNU
16 autoconf to be installed.
22 [ -x ./configure ] || autoreconf
25 make install # Maybe as root, depending on your installation prefix.
27 If the configure script says "Cannot find libsmbclient" then use
28 --with-samba=xxx to tell it where Samba is installed.
34 Please see the README.