Skip to content

TorrentZip is a program is to use standard values when creating zips to create identical files over multiple systems

License

Notifications You must be signed in to change notification settings

0-wiz-0/trrntzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5040b1 · Mar 6, 2024
Apr 19, 2022
Apr 18, 2022
Mar 6, 2024
Mar 6, 2024
Mar 3, 2024
Apr 18, 2022
Mar 6, 2024
Feb 12, 2024
Feb 9, 2024
Mar 6, 2024
Jan 16, 2024

Repository files navigation

TorrentZip

This project tries to enhance the code of the original trrntzip implementation for modern systems.

Torrentzip converts zip archives to a standard format with some pre-defined values, sorting the files, and using particular compression settings so that running it on zip archives created by other tools will always result in the same output. This helps e.g. with sharing zip archives using BitTorrent (which is where the name comes from).

Installation

Requirements

  • A C compiler (e.g. gcc or clang)
  • zlib (at least version 1.2.2)
  • CMake (at least version 3.5)

Building

  • mkdir build
  • cd build
  • cmake ..
  • make
  • make install

Packages

Status

build