diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-15 23:24:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-15 23:29:39 -0400 |
commit | 0052cec2b7e39652bd52cd4978ed47d2daa5af68 (patch) | |
tree | 2c9b2262988886e95f3c45716913dc51502605a3 /doc/install.mdwn | |
parent | 5d63c2a4bbf910c859e873f6e27aef3453992b43 (diff) |
add lsof build deps
Check for it in configure; and add a --force option for people without it
who want to live dangerously.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 471f95c1f..43b5bba20 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -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` |