diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-13 11:37:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-13 11:37:49 -0400 |
commit | befda6f9d26ade107f0b9cec3ea7919fda64444f (patch) | |
tree | a68904801d8468dae27502152e888f9a0771dbce /doc | |
parent | 3642c723209bfb117b16c12f0ad83ef0fe025613 (diff) |
add cabal command to install build deps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/Fedora.mdwn | 1 | ||||
-rw-r--r-- | doc/install/cabal.mdwn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn index cfdeeb882..68b0056f1 100644 --- a/doc/install/Fedora.mdwn +++ b/doc/install/Fedora.mdwn @@ -6,6 +6,7 @@ git clone git://git-annex.branchable.com/ git-annex cd git-annex git checkout ghc 7.0 cabal update +cabal install --only-dependencies cabal configure cabal build cabal install --bindir=$HOME/bin diff --git a/doc/install/cabal.mdwn b/doc/install/cabal.mdwn index fe7b025e1..180208211 100644 --- a/doc/install/cabal.mdwn +++ b/doc/install/cabal.mdwn @@ -10,6 +10,7 @@ But maybe you want something newer (or older). Then [[download]] the version you want, and use cabal as follows inside its source tree: cabal update + cabal install --only-dependencies cabal configure cabal build cabal install --bindir=$HOME/bin |