Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

前提需要: 编译器及相关工具:gcc编译器,make工具 由于命令apt-get install gcc gcc-c++报错Couldn't find any package by regex 'gcc-c+, 所以我们可以直接装apt-get -y install build-essential 模块依赖性: pcre库(正则表达式匹配的库),zlib库(压缩用的)...