Skip to content

zip file splitter/combiner compatible with peazip/7zip produced multivolume arvhives

License

Notifications You must be signed in to change notification settings

sergstetsuk/zipglue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipglue

zip file splitter/combiner compatible with peazip/7zip produced multivolume archives

BUILD PROCESS

#Prerequisites

sudo apt install autotools-dev build-essential mingw-w64 upx

Compilation for Linux

autoreconf -i mkdir ./build cd ./build ../configure make

Cross compilation for Windows under Linux

autoreconf -i mkdir ./build cd ./build ../configure --host=x86_64-w64-mingw32 make

Strip/Pack Windows

x86_64-w64-mingw32-strip ./src/zipglue.exe upx ./src/zipglue.exe

Cleanup

git clean -x -d -f

About

zip file splitter/combiner compatible with peazip/7zip produced multivolume arvhives

Resources

License

Stars

Watchers

Forks

Packages

No packages published