Giter VIP home page Giter VIP logo

dxcompress's Introduction

dxcompress

dxcompress is a compression and decompression utility supporting multiple compression algorithms. It currently supports the Lempel-Ziv-Welch (LZW) algorithm, the DEFLATE (gzip) algorithm and the XZ compression format.

A single compress binary provides all the functionality. The scripts uncompress and zcat are also provided as synonyms for compress -d and compress -cd. Additional scripts gzip, gunzip, xz, unxz, and xzcat can also be installed for compatibility with other compression utilities.

The compress utility should support all options that are recognized by most compression utilities.

The compress, uncompress, and zcat utilities conform to the POSIX.1-2008 standard. All additional functionality required by the upcoming POSIX.1-202x standard is also provided.

Building

dxcompress uses an autoconf-generated configure script to configure the build. When building from a git checkout, the configure script first needs to be regenerated by running the autogen.sh script. The release tarballs already contain the configure script.

The configure script accepts the usual options like --prefix to customize the installation. Run configure --help for more information. Additionally the --enable-wrapper=WRAPPERS option is also recogonized and causes additonal wrapper scripts to be installed that behave like the compression and decompression utilities for specific compression algorithms. WRAPPERS is a comma-separated list of utilities. Valid utilities are gzip (installing gzip and gunzip) and xz (installing xz, unxz, and xzcat).

After running the configure script, dxcompress can be built with make and installed with make install. A testsuite can be run with make check.

License

dxcompress is free software and is licensed under the terms of the ISC license. The full license terms can be found in the LICENSE file.

dxcompress's People

Contributors

dennis95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.