Pass -j to cabal install and cabal build; presumably we all have more than one core to spare.
This commit is contained in:
parent
e2daec3501
commit
10ea58e4b0
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue