diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-02 00:51:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-02 00:51:56 -0400 |
commit | eb4278834bccb040f32d14c1f899b55250c634d3 (patch) | |
tree | 5d1e7cb435c47ee211efc855db5d0b1709632722 /doc/install | |
parent | 703c437bd9c6cb9e4675b65ac2b107f76b135d71 (diff) |
add fedora install instructions
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Fedora.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn new file mode 100644 index 000000000..0050295e8 --- /dev/null +++ b/doc/install/Fedora.mdwn @@ -0,0 +1,21 @@ +Installation recipe for Fedora 14. + +<pre> +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 +</pre> + +Originally posted by Jon at <https://gist.github.com/997568> --[[Joey]] |