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