Merge branch 'master' of github.com:danmar/cppcheck

This commit is contained in:
Ettl Martin 2010-12-30 01:29:44 +01:00
commit 0e69032bfd
1 changed files with 16 additions and 4 deletions

View File

@ -11,18 +11,30 @@ Then I built the lib with:
cmake .
nmake
The resulting files can be downloaded here (please try if it works):
http://cppcheck.sf.net/pcre-8.10-vs.zip
The resulting files can be downloaded here (please try if it works):
http://cppcheck.sf.net/pcre-8.10-vs.zip
MINGW (Qt 4.7 SDK)
I downloaded pcre-8.0-lib.zip from here: http://software-download.name/pcre-library-windows/
I downloaded pcre-8.0-lib.zip from here: http://software-download.name/pcre-library-windows/
Linux
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
Mac OSX
Install pcre:
sudo port install pcre
Ensure /path/to/pcre.h is in CXXFLAGS, e.g:
export CXXFLAGS=${CXXFLAGS}:/opt/local/include