diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-26 06:59:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-26 06:59:30 -0400 |
commit | db5d0f15f5e2c3b129a4015093f02d24b96e5016 (patch) | |
tree | 0801fb713883e7983e8afccfaee29d990256e0d5 /doc/install | |
parent | 19cbdf8c4ede29346e2e498cd76238d5fbcbcb87 (diff) |
turn off dbus for stack
Needs xml parser C libs.
I couldn't avoid needing zlib though, http-client needs it.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/fromsource.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 8ffec5b38..4caec7013 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -42,7 +42,7 @@ and avoids build failures due to fast-changing haskell libraries. First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md) It will be part of the Haskell Platform soon. On Debian unstable/testing: - sudo apt-get install haskell-stack + sudo apt-get install haskell-stack zlib1g-dev Use stack to install all dependencies and git-annex: @@ -53,7 +53,8 @@ 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 support. +Note that this build produces a git-annex without XMPP and DBUS support. +These optional features are only used by the webapp. ## minimal build from source with cabal |