diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c <Justin@web> | 2015-03-28 19:26:45 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-28 19:26:45 +0000 |
commit | b47e18b63e3c2065d28c514c9139561285989fe6 (patch) | |
tree | 23243b0a28f46cdfb4e184bee9f554401ecefc4e /doc/install/fromsource.mdwn | |
parent | 035be864fdcd2522fb634e2c428e59c77c31b564 (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/fromsource.mdwn')
-rw-r--r-- | doc/install/fromsource.mdwn | 2 |
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 |