1 Star 0 Fork 12

shaffee / lzma_bsdiff

forked from 王瑞 / lzma_bsdiff 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
王瑞 提交于 2022-11-13 14:09 . update README.md.

根目录下先编译出目标文件main

make

LZMA压缩文件

./main d test.bin destin.bin

test.bin为要压缩的文件,destin.bin为即将压缩后的文件,文件名可自己随意定义

LZMA解压文件

./main e destin.bin encode.bin

destin.bin为要解压的文件,encode.bin为即将解压后的文件,文件名可自己随意定义

1
https://gitee.com/wx_a28e819d60/lzma_bsdiff.git
git@gitee.com:wx_a28e819d60/lzma_bsdiff.git
wx_a28e819d60
lzma_bsdiff
lzma_bsdiff
master

搜索帮助