From 8a546436182afec9dfa0c6b4372bcc3ca6a0c013 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Mar 2016 17:33:52 -0400 Subject: [PATCH] update flag list --- doc/install/fromsource.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 85df281943..ef8482edd7 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`