summaryrefslogtreecommitdiff
path: root/db/pcre.txt
blob: 3e21047eabcb88c19261e49b70893f797eb510a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


You need to install pcre.

This could be scripted:

cd /tmp
curl -O ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.4.tar.gz
tar -xzf pcre-7.4.tar.gz 
./configure --enable-utf8 --with-match-limit=200000 --with-match-limit-recursion=4000
make
make install


At that point is will be installed in /usr/*.  the version in p/pcre-7.4 is for VC++.