- 下载
https://ftp.pcre.org/pub/pcre/
注意根据自己编译项目需要,选择pcre或者pcre2。
- 解压
- 编译
BUILD_LIBS=${HOME}/build_libs
./configure \
--prefix=${BUILD_LIBS}
make
make install
错误:
https://quantum6.blog.csdn.net/article/details/106133140
https://ftp.pcre.org/pub/pcre/
注意根据自己编译项目需要,选择pcre或者pcre2。
BUILD_LIBS=${HOME}/build_libs
./configure \
--prefix=${BUILD_LIBS}
make
make install
错误:
https://quantum6.blog.csdn.net/article/details/106133140
微信扫码登录