Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 438 Bytes

tar-tools

A simple parser and a simple archiver for tarballs.

Important Note

This project was created as a way for the author to study how a tar archive is made.
It is not thoroughly tested and it has no unit tests so keep that in mind while using it :)

Prerequisites

  • g++(c++-20 support is needed)
  • make

Compile

  1. git clone https://github.com/marprok/tar-tools.git
  2. cd tar-tools
  3. make parser
  4. make archiver