diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-17 17:15:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-17 17:15:56 -0400 |
commit | 91567ab8f6fae75d1590bfd05567e84157887c4b (patch) | |
tree | 07e31acc9b6c97f2e20f78ec70b47cb07c8729f3 /doc | |
parent | bf3339e5b7c26cd24acefdf7c33059433195e1f6 (diff) |
make inotify a build flag etc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 54b52d416..a009ee00d 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -43,7 +43,8 @@ To build and use git-annex, you will need: * [bloomfilter](http://hackage.haskell.org/package/bloomfilter) * [edit-distance](http://hackage.haskell.org/package/edit-distance) * [stm](http://hackage.haskell.org/package/stm) - * [hinotify](http://hackage.haskell.org/package/hinotify) (on Linux only) + * [hinotify](http://hackage.haskell.org/package/hinotify) + (optional; Linux only) * Shell commands * [git](http://git-scm.com/) * [uuid](http://www.ossp.org/pkg/lib/uuid/) |