summaryrefslogtreecommitdiff
path: root/doc/install/fromsource.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/fromsource.mdwn')
-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