Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.08 KB

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