Skip to content

xiaohengying/xdelta3_static_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译Xdelta3的静态库

编译

  1. 进去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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published