summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c <Justin@web>2015-03-28 19:26:45 +0000
committerGravatar admin <admin@branchable.com>2015-03-28 19:26:45 +0000
commitb47e18b63e3c2065d28c514c9139561285989fe6 (patch)
tree23243b0a28f46cdfb4e184bee9f554401ecefc4e /doc/install
parent035be864fdcd2522fb634e2c428e59c77c31b564 (diff)
AFAICT you should pass -f"..." to cabal install as well as cabal configure, otherwise it will try to install the prerequisites for a default build
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/fromsource.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 1e96cce40..733d736d0 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -43,7 +43,7 @@ git-annex, but it does not include the assistant or webapp.
Inside the source tree, run:
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
- cabal install --only-dependencies
+ cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
cabal build
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin