summaryrefslogtreecommitdiff
path: root/doc/install/ScientificLinux5.mdwn
diff options
context:
space:
mode:
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