might work

This commit is contained in:
Eliot Horowitz 2007-11-04 16:42:34 -05:00
parent 78bba21722
commit 80403c140f

View File

@ -29,3 +29,9 @@ cleandb:
/usr/local/lib/libpcrecpp.a:
cat pcre.txt
pcre:
curl -O ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.4.tar.gz
tar -xzf pcre-7.4.tar.gz
cd pcre-7.4 && ./configure --enable-utf8 --with-match-limit=200000 --with-match-limit-recursion=4000 && make && make install