Added Mac OSX build instructins for PCRE.
This commit is contained in:
parent
3d3593e6e7
commit
6438f0e273
12
build.txt
12
build.txt
|
@ -26,3 +26,15 @@ The normal Makefile should work
|
||||||
|
|
||||||
Install pcre on ubuntu might be needed:
|
Install pcre on ubuntu might be needed:
|
||||||
sudo apt-get install libpcre3 libpcre3-dev
|
sudo apt-get install libpcre3 libpcre3-dev
|
||||||
|
|
||||||
|
|
||||||
|
Mac OSX
|
||||||
|
|
||||||
|
Install pcre:
|
||||||
|
|
||||||
|
sudo port install pcre
|
||||||
|
|
||||||
|
Ensure /path/to/pcre.h is in CXXFLAGS, e.g:
|
||||||
|
|
||||||
|
export CXXFLAGS=${CXXFLAGS}:/opt/local/include
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue