Commit 87ee1d32 authored by Julius Plenz's avatar Julius Plenz

Adjust README for Makefile update.

parent 2830e104
......@@ -14,16 +14,17 @@ Use case: backup processes that should not interfere with the present
state of the cache.
Install and Use
---------------
Installation and Usage
----------------------
Just type `make`. Then, prepend `./nocache` to your command:
./nocache cp -a ~/ /mnt/backup/home-$(hostname)
You can also put the `nocache.so` file to a location like
`/usr/local/lib` and do `LD_PRELOAD=/usr/local/lib/nocache.so`.
(This is what the `install` target will do.)
The command `make install` will install the shared library, man
pages and the `nocache`, `cachestats` and `cachedel` commands
under `/usr/local`. You can specify an alternate prefix by using
`make install PREFIX=/usr`.
Debian unstable packages are available at http://packages.debian.org/sid/nocache.
Please note that `nocache` will only build on a system that has
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment