From 150db4f0d374b806c68fcb78ec78e739396dded0 Mon Sep 17 00:00:00 2001 From: Geoff Johnstone Date: Sun, 20 Jun 2010 12:17:14 +0100 Subject: [PATCH] Add separate INSTALL file. --- INSTALL | 35 +++++++++++++++++++++++++++++++++++ README | 25 +++---------------------- 2 files changed, 38 insertions(+), 22 deletions(-) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..f51070a --- /dev/null +++ b/INSTALL @@ -0,0 +1,35 @@ +usmb - Unprivileged mounting of SMB/CIFS shares via FUSE +======================================================== + +Pre-Requisites +-------------- + +glib 2.6 or later - www.gtk.org. +libxml2 - ftp.gnome.org. +FUSE 2.6 or later - fuse.sourgeforge.net. +libsmbclient 3.0 (part of Samba) - www.samba.org. + +You need GNU sed to build usmb. + +If you aren't using a usmb release tarball (e.g if you're using a development +snapshot or a git clone) then you need a recent (post-2.63) version of GNU +autoconf to be installed. + + +Installation +------------ + +[ -x ./configure ] || autoreconf +./configure +make +make install # Maybe as root, depending on your installation prefix. + +If the configure script says "Cannot find libsmbclient" then use +--with-samba=xxx to tell it where Samba is installed. + + +Configuration etc. +------------------ + +Please see the README. + diff --git a/README b/README index f58c460..04bb060 100644 --- a/README +++ b/README @@ -46,29 +46,10 @@ in/out of the user process' context. Mitigating factors are: 4. The client filesystem code can be upgraded/fixed without kernel changes. -Pre-Requisites --------------- +Pre-Requisites and Installation +------------------------------- -glib 2.6 or later - www.gtk.org. -libxml2 - ftp.gnome.org. -FUSE 2.6 or later - fuse.sourgeforge.net. -libsmbclient 3.0 (part of Samba) - www.samba.org. - -You need GNU sed to build usmb. - - -Installation ------------- - -./configure -make -make install # Maybe as root, depending on your installation prefix. - -If you don't have a configure script then first run autoreconf; this requires -a recent (post-2.63) version of GNU autoconf to be installed. - -If the configure script "Cannot find libsmbclient" then use --with-samba=xxx -to tell it where Samba is installed. +Please see INSTALL. Configuration -- 2.11.4.GIT