update cabal install instructions to get c2hs installed for gnuidn
This commit is contained in:
parent
0216f68976
commit
4f7530afd9
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
As a haskell package, git-annex can be installed using cabal. For example:
|
||||
|
||||
cabal update
|
||||
cabal install git-annex --bindir=$HOME/bin
|
||||
cabal install c2hs git-annex --bindir=$HOME/bin
|
||||
|
||||
The above downloads the latest release and installs it into a ~/bin/
|
||||
directory, which you can put in your PATH.
|
||||
|
@ -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 c2hs --bindir=$HOME/bin
|
||||
cabal install --only-dependencies
|
||||
cabal configure
|
||||
cabal build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue