From 863b1b26163bc492aac214556ac95ad6e593d93f Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Mon, 18 Nov 2013 20:30:18 +0100 Subject: [PATCH] updated README wrt configurable tmpdir --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 7d90b4d..3b413ef 100644 --- a/README +++ b/README @@ -40,5 +40,9 @@ To install the driver, follow these steps: make make install (as root) +The project can be set to use custom directory for temporary files. To configure +the simple-mtpfs to use desired temporary directory, add --with-tmpdir=TMPDIR +option to configure script. Default value for temporary directory is "/tmp". + If you got the sources from git repository, first you have to run: ./autogen.sh