might work
This commit is contained in:
parent
78bba21722
commit
80403c140f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user