From 7d905b53f9e36b97816fe0b8ff3f83ba7e87f552 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c" Date: Sat, 28 Mar 2015 19:28:28 +0000 Subject: Pass -j to cabal install and cabal build; presumably we all have more than one core to spare. --- doc/install/fromsource.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/install') diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 733d736d0..3f2987b67 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -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 -- cgit v1.2.3