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:
|
Inside the source tree, run:
|
||||||
|
|
||||||
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
|
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
|
||||||
cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
|
cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
|
||||||
cabal build
|
cabal build -j
|
||||||
PATH=$HOME/bin:$PATH
|
PATH=$HOME/bin:$PATH
|
||||||
cabal install --bindir=$HOME/bin
|
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:
|
Once the C libraries are installed, run inside the source tree:
|
||||||
|
|
||||||
cabal configure
|
cabal configure
|
||||||
cabal install --only-dependencies
|
cabal install -j --only-dependencies
|
||||||
cabal build
|
cabal build -j
|
||||||
PATH=$HOME/bin:$PATH
|
PATH=$HOME/bin:$PATH
|
||||||
cabal install --bindir=$HOME/bin
|
cabal install --bindir=$HOME/bin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue