turn off dbus for stack
Needs xml parser C libs. I couldn't avoid needing zlib though, http-client needs it.
This commit is contained in:
parent
028cdccc65
commit
f3979196d4
2 changed files with 4 additions and 3 deletions
|
@ -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)
|
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:
|
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:
|
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
|
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
|
## minimal build from source with cabal
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ flags:
|
||||||
xmpp: false
|
xmpp: false
|
||||||
network-uri: true
|
network-uri: true
|
||||||
s3: true
|
s3: true
|
||||||
dbus: true
|
dbus: false
|
||||||
testsuite: true
|
testsuite: true
|
||||||
webdav: true
|
webdav: true
|
||||||
torrentparser: true
|
torrentparser: true
|
||||||
|
|
Loading…
Reference in a new issue