Switched from custom zipper code to libarchive (better compatibility)

This commit is contained in:
emeric
2023-06-25 16:40:10 +02:00
parent 6bbe6b6eec
commit db7bbf13d6
22 changed files with 558 additions and 937 deletions
+2
View File
@@ -28,6 +28,7 @@ ARG BUILD_PACKAGES=" \
zlib-dev \
openssl-dev \
boost-dev \
libarchive-dev \
libconfig-dev \
taglib-dev \
gtest-dev"
@@ -149,6 +150,7 @@ ARG RUNTIME_PACKAGES=" \
boost-program_options \
boost-system \
boost-thread \
libarchive \
libconfig++ \
taglib"