remove some no longer present build flags from example
This commit is contained in:
parent
55f8d90dee
commit
d5a8fbcc65
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ to be broken from time to time.
|
|||
|
||||
Get the git-annex source code, and inside the source tree, run:
|
||||
|
||||
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 install -j -f"-assistant -webapp -webdav -pairing -dbus -magicmime" --only-dependencies
|
||||
cabal configure -f"-assistant -webapp -webdav -pairing -dbus -magicmime"
|
||||
cabal build -j
|
||||
PATH=$HOME/bin:$PATH
|
||||
cabal install --bindir=$HOME/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue