Skip to content

Rimits/p7zip-zstd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

p7zip-zstd

p7zip with ZStandard support.

Build instructions:

  • From p7zip_* folder:
  • Optionally copy makefile.{OS_arch_compiler} over makefile.machine, e.g. building for macOS needs it. Standard makefile.machine is for Linux systems.
  • Compile "everything":
make all4
sudo make install

Read makefile.common to see available make targets. More build instructions in p7zip_*/README.

Usage

No args given, standard 7-zip behavior

7z a archive.7z ...

Fastest mode, no bcj processing

7z a archive.7z -m0=zstd -mx0 ...

Fast mode, bcj processing

7z a archive.7z -m0=zstd -mx1 ...

Slow mode, bcj processing

7z a archive.7z -m0=zstd -mx21 ..

Ultra mode, bcj processing

7z a archive.7z -m0=zstd -mx22 ..

References:

About

p7zip with ZStandard support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.6%
  • C 27.8%
  • HTML 2.3%
  • Makefile 1.0%
  • Python 0.8%
  • CMake 0.7%
  • Other 1.8%