Add separate INSTALL file. - susmb - mounting of SMB/CIFS shares via FUSE
(HTM) git clone git://git.codemadness.org/susmb
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 150db4f0d374b806c68fcb78ec78e739396dded0
(DIR) parent 7d219c2e2d4c6db856919753d608018622987275
(HTM) Author: Geoff Johnstone <qwerty@acm.org>
Date: Sun, 20 Jun 2010 12:17:14 +0100
Add separate INSTALL file.
Diffstat:
A INSTALL | 35 +++++++++++++++++++++++++++++++
M README | 25 +++----------------------
2 files changed, 38 insertions(+), 22 deletions(-)
---
(DIR) diff --git a/INSTALL 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.
+
(DIR) diff --git 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