git-annex/doc/install/Fedora.mdwn

19 lines
474 B
Text
Raw Normal View History

Installation recipe for Fedora 14 thruough 17.
2011-06-02 00:51:56 -04:00
<pre>
sudo yum install ghc cabal-install
2012-04-13 11:24:25 -04:00
git clone git://git-annex.branchable.com/ git-annex
cd git-annex
2012-04-22 01:31:19 -04:00
git checkout ghc7.0
cabal update
cabal install --only-dependencies
cabal configure
cabal build
cabal install --bindir=$HOME/bin
2011-06-02 00:51:56 -04:00
</pre>
Note: You can't just use `cabal install git-annex`, because Fedora does
not yet ship ghc 7.4.
2012-04-13 12:22:20 -04:00
[Status of getting a Fedora package](https://bugzilla.redhat.com/show_bug.cgi?id=662259)