From 69cb6af4b7f6b16a69734d75ef5583bd2797c173 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Feb 2013 11:47:53 -0400 Subject: Now uses the Haskell Glob library, rather than pcre-light, avoiding the need to install libpcre. Currently done only for Cabal or when the Makefile is made to use -DWITH_GLOB --- doc/install/Fedora.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install/Fedora.mdwn') diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn index a150dbc38..d7d07715c 100644 --- a/doc/install/Fedora.mdwn +++ b/doc/install/Fedora.mdwn @@ -9,7 +9,7 @@ Should be as simple as: `yum install git-annex` Older version? Here's an installation recipe for Fedora 14 through 15.
-sudo yum install ghc cabal-install pcre-devel
+sudo yum install ghc cabal-install
 git clone git://git-annex.branchable.com/ git-annex
 cd git-annex
 git checkout ghc7.0
-- 
cgit v1.2.3