编译Xdelta3的静态库 编译 进去https://github.com/ably-forks/xdelta这里下载源码然运行 sh ./buildXDelta.sh 即可生成相关头文件和libxdelta3.a 使用注意点 需要拷贝xdelta3.h,config.h这两个头文件到你的工程目录中,使用的时候这两个头文件都要包含,c++项目需要加上extern: extern "C" { #include "include/config.h" #include "include/xdelta3.h" }