git-annex/doc/install/Fedora.mdwn
Joey Hess e36b2c7b3d typo
2012-04-22 01:38:06 -04:00

18 lines
474 B
Markdown

Installation recipe for Fedora 14 thruough 17.
<pre>
sudo yum install ghc cabal-install
git clone git://git-annex.branchable.com/ git-annex
cd git-annex
git checkout ghc7.0
cabal update
cabal install --only-dependencies
cabal configure
cabal build
cabal install --bindir=$HOME/bin
</pre>
Note: You can't just use `cabal install git-annex`, because Fedora does
not yet ship ghc 7.4.
[Status of getting a Fedora package](https://bugzilla.redhat.com/show_bug.cgi?id=662259)