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.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 85df28194..ef8482edd 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -73,8 +73,8 @@ to be broken from time to time.
Inside the source tree, run:
- cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
- cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
+ cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime" --only-dependencies
+ cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime"
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin
@@ -98,4 +98,5 @@ Once the C libraries are installed, run inside the source tree:
When building with cabal, you can optionally enable the
[[EKG monitoring interface|ekg]]. This is great for debugging resource
-usage problems. Just pass `-f+EKG` to `cabal configure`
+usage problems, but not for general-purpose builds.
+Just pass `-f+EKG` to `cabal configure`