compile pcre on vs2008

1. download pcre-8.34.tar.bz2

2.uncompress it

3. cmake config it ,eg:

cmake -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX="c:/udk"

4. nmake

5.nmake install

原文地址:https://www.cnblogs.com/mull/p/13289224.html