This commit is contained in:
Joey Hess 2015-09-26 07:12:05 -04:00
parent f3979196d4
commit d1c599c293

View file

@ -54,7 +54,10 @@ Move git-annex into some directory that is in your PATH:
mv ~/.local/bin/git-annex ~/bin # or /usr/local/bin/ or whatever
Note that this build produces a git-annex without XMPP and DBUS support.
These optional features are only used by the webapp.
These optional features are only used by the webapp, and require
installing additional C libraries. To try to build with these features
enabled, pass extra parameters when running stack:
`--flag git-annex:XMPP --flag git-annex:DBUS`
## minimal build from source with cabal