From: Joey Hess Date: Tue, 19 Oct 2021 16:26:22 +0000 (-0400) Subject: remove xmpp mention X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~79^2~126 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7bbe01a9517f4ac3b3d05fc782906b88d66da6e;p=git-annex.git remove xmpp mention --- diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index f024974daa..c8a75779e2 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -64,11 +64,11 @@ yielding a less reliable build. Stack also only installs the binary, and not other files.) Note that this build produces a git-annex without the build flags -XMPP, DBUS, and MagicMime. +DBUS and MagicMime. These optional features require installing additional C libraries. To try to build with these features enabled, pass extra parameters when running `stack build`: -`--flag git-annex:XMPP --flag git-annex:DBUS --flag git-annex:MagicMime` +`--flag git-annex:DBUS --flag git-annex:MagicMime` ## minimal build from source with cabal