update flag list
This commit is contained in:
parent
59bad9681b
commit
8a54643618
1 changed files with 4 additions and 3 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue