summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-26 07:12:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-26 07:12:05 -0400
commit85c9b3d1f66e7d9d367ec2ab9686ff0a26df88e2 (patch)
tree6ef9bf6f3125fcb593babd8c56a51474de907f63
parentdb5d0f15f5e2c3b129a4015093f02d24b96e5016 (diff)
improve
-rw-r--r--doc/install/fromsource.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 4caec7013..853d9461d 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -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