Pass -j to cabal install and cabal build; presumably we all have more than one core to spare.

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c 2015-03-28 19:28:28 +00:00 committed by admin
parent e2daec3501
commit 10ea58e4b0

View file

@ -43,8 +43,8 @@ git-annex, but it does not include the assistant or webapp.
Inside the source tree, run:
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
cabal build
cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin
@ -62,8 +62,8 @@ your OS is beyond the scope of this page.
Once the C libraries are installed, run inside the source tree:
cabal configure
cabal install --only-dependencies
cabal build
cabal install -j --only-dependencies
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin