improve
This commit is contained in:
parent
f3979196d4
commit
d1c599c293
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue