diff options
author | http://mildred.fr/ <http://mildred.fr/@web> | 2012-07-20 11:05:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-07-20 11:05:08 +0000 |
commit | 4726639f68f7a5d3b43e682746fb945f1c07e765 (patch) | |
tree | 28e6b40eb1d0562f3d35c6007cbb85ebfd4fb665 /doc/install | |
parent | 55c512ff2cdd420bda5da2a0cdc222ed40376849 (diff) |
added pcre-devel dependency
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Fedora.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn index 8aacbb3b0..73e9f9a5d 100644 --- a/doc/install/Fedora.mdwn +++ b/doc/install/Fedora.mdwn @@ -1,7 +1,7 @@ Installation recipe for Fedora 14 thruough 17. <pre> -sudo yum install ghc cabal-install +sudo yum install ghc cabal-install pcre-devel git clone git://git-annex.branchable.com/ git-annex cd git-annex git checkout ghc7.0 |