add lsof build deps

Check for it in configure; and add a --force option for people without it
who want to live dangerously.
This commit is contained in:
Joey Hess 2012-06-15 23:24:01 -04:00
parent 5d63c2a4bb
commit 0052cec2b7
5 changed files with 32 additions and 3 deletions

View file

@ -54,6 +54,8 @@ To build and use git-annex, you will need:
* [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended;
a sha1 command will also do)
* [gpg](http://gnupg.org/) (optional; needed for encryption)
* [lsof](ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/)
(needed for watch mode)
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
Then just [[download]] git-annex and run: `make; make install`