updated README wrt configurable tmpdir

This commit is contained in:
Peter Hatina 2013-11-18 20:30:18 +01:00
parent 22a010b70a
commit 863b1b2616
1 changed files with 4 additions and 0 deletions

4
README
View File

@ -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