Fix debug mode compilation on 64-bit boxes.
[usmb.git] / INSTALL
blobf51070a159c735b1e857f29f3e64a034ae55e094
1 usmb - Unprivileged mounting of SMB/CIFS shares via FUSE
2 ========================================================
4 Pre-Requisites
5 --------------
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.
19 Installation
20 ------------
22 [ -x ./configure ] || autoreconf
23 ./configure
24 make
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.
31 Configuration etc.
32 ------------------
34 Please see the README.