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 ...@@ -14,16 +14,17 @@ Use case: backup processes that should not interfere with the present
state of the cache. state of the cache.
Install and Use Installation and Usage
--------------- ----------------------
Just type `make`. Then, prepend `./nocache` to your command: Just type `make`. Then, prepend `./nocache` to your command:
./nocache cp -a ~/ /mnt/backup/home-$(hostname) ./nocache cp -a ~/ /mnt/backup/home-$(hostname)
You can also put the `nocache.so` file to a location like The command `make install` will install the shared library, man
`/usr/local/lib` and do `LD_PRELOAD=/usr/local/lib/nocache.so`. pages and the `nocache`, `cachestats` and `cachedel` commands
(This is what the `install` target will do.) 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. Debian unstable packages are available at http://packages.debian.org/sid/nocache.
Please note that `nocache` will only build on a system that has 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