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

posted @ 2020-07-12 18:02  mull  阅读(125)  评论(0编辑  收藏  举报