summaryrefslogtreecommitdiff
path: root/doc/install/fromsource.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 17:33:52 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-05 17:33:52 -0400
commit24f3781fcaa7e99e4eaf1cb1b5771c6091717799 (patch)
treeab486757eba751d8885d1b2d3b211deabe00115f /doc/install/fromsource.mdwn
parent590f00b0fd5451df51d665d112784c4e61a7d4da (diff)
update flag list
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`