拉取仓库上面最新的代码,仓库链接:https://gitee.com/openharmony-sig/tpc\_c\_cplusplus/tree/master/thirdparty/libarchive7z格式的压缩和解压缩api可以参考该库生成的可执行程序bsdtar的实现逻辑。解压:./bsdtar -xf xxx.7z压缩:./bsdtar -cf xxx.7z xxx
拉取仓库上面最新的代码,仓库链接:https://gitee.com/openharmony-sig/tpc\_c\_cplusplus/tree/master/thirdparty/libarchive
7z格式的压缩和解压缩api可以参考该库生成的可执行程序bsdtar的实现逻辑。
解压:./bsdtar -xf xxx.7z
压缩:./bsdtar -cf xxx.7z xxx