summaryrefslogtreecommitdiff
path: root/doc/install/ScientificLinux5.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-11 11:47:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-11 11:47:53 -0400
commit69cb6af4b7f6b16a69734d75ef5583bd2797c173 (patch)
tree2342a1c3b8ced54e0cde32afce963d643294a718 /doc/install/ScientificLinux5.mdwn
parent3ce402a4c63e4ac04ab788cfd3ad8ea964b402ef (diff)
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
Diffstat (limited to 'doc/install/ScientificLinux5.mdwn')
-rw-r--r--doc/install/ScientificLinux5.mdwn12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/install/ScientificLinux5.mdwn b/doc/install/ScientificLinux5.mdwn
index 15ffb928b..23dca311c 100644
--- a/doc/install/ScientificLinux5.mdwn
+++ b/doc/install/ScientificLinux5.mdwn
@@ -29,23 +29,11 @@ don't want things to be system wide)
$ export PATH=/usr/hs/bin:$PATH
-On SL5 pcre is at version 6.6 which is far too old for one of the
-dependancies that git-annex requires. Therefore the user must install
-an updated version of _pcre_ either from source or another method, I
-chose to install it from source and by hand into /usr/local
-
- $ wget http://sourceforge.net/projects/pcre/files/pcre/8.30/pcre-8.30.tar.gz/download
- $ tar zxvf pcre-8.30.tar.gz
- $ cd pcre-8.30
- $ ./configure
- $ make && make install
-
Once the packages are installed and are in your execution path, using
cabal to configure and build git-annex just makes life easier, it
should install all the needed dependancies.
$ cabal update
- $ cabal install pcre-light --extra-include-dirs=/usr/local/include
$ git clone git://git.kitenet.net/git-annex
$ cd git-annex
$ make git-annex.1