From eb4278834bccb040f32d14c1f899b55250c634d3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jun 2011 00:51:56 -0400 Subject: [PATCH] add fedora install instructions --- doc/install.mdwn | 1 + doc/install/Fedora.mdwn | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 doc/install/Fedora.mdwn diff --git a/doc/install.mdwn b/doc/install.mdwn index 3d15eac604..c5324bddae 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -3,6 +3,7 @@ * [[OSX]] * [[Debian]] * [[Ubuntu]] +* [[Fedora]] ## Generic instructions diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn new file mode 100644 index 0000000000..0050295e86 --- /dev/null +++ b/doc/install/Fedora.mdwn @@ -0,0 +1,21 @@ +Installation recipe for Fedora 14. + +
+sudo yum install ghc cabal-install
+sudo cabal update
+sudo cabal install missingh
+sudo cabal install utf8-string
+sudo cabal install pcre-light
+sudo cabal install quickcheck
+sudo cabal install SHA
+sudo cabal install dataenc
+sudo cabal install hS3
+
+git clone git://git-annex.branchable.com/
+
+cd git-annex
+sudo make   # For some reason you need to use sudo here as otherwise the cabal installed packages doesn't seem to be there...
+sudo install git-annex
+
+ +Originally posted by Jon at --[[Joey]]