summaryrefslogtreecommitdiff
path: root/doc/install/fromsource.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/fromsource.mdwn')
-rw-r--r--doc/install/fromsource.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index fdb7823fc..1c0bc06d7 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -48,8 +48,8 @@ which is a more stable and consistent version of the Hackage repository.
Inside the source tree, run:
- cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
+ cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin
@@ -65,8 +65,8 @@ Using [Stackage](http://www.stackage.org/) is again a good idea here!
Once the C libraries are installed, run inside the source tree:
- cabal configure
cabal install -j --only-dependencies
+ cabal configure
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin