Updated Home (markdown)
parent
179c6ce03d
commit
ea24d2b8cb
10
Home.md
10
Home.md
|
@ -20,6 +20,16 @@ To install the driver, follow these steps:
|
|||
$ 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`. This
|
||||
option can be handy, if e.g. `/tmp` is mounted using tmpfs and you are running a
|
||||
system with little physical memory.
|
||||
|
||||
**NOTE:** This option modifies the **default** directory (set at compile time)
|
||||
for the simple-mtpfs. Anytime, you can override this setting by exporting environment
|
||||
variable `TMP` or `TMPDIR`.
|
||||
|
||||
If you got the sources from git repository, first you have to run:
|
||||
```sh
|
||||
$ ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue