https://github.com/lukaspietzschmann/lzip
Gzip but from Luke not GNU
https://github.com/lukaspietzschmann/lzip
c gzip
Last synced: 7 months ago
JSON representation
Gzip but from Luke not GNU
- Host: GitHub
- URL: https://github.com/lukaspietzschmann/lzip
- Owner: LukasPietzschmann
- License: bsd-3-clause
- Created: 2023-03-25T22:31:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T08:24:41.000Z (about 3 years ago)
- Last Synced: 2025-02-15T13:38:48.020Z (over 1 year ago)
- Topics: c, gzip
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LZip
GZip but from Luke not GNU
---
This is an extremly naive implementation of the GZip decompression algorithm written in good old C.
## Build and install
1) `mkdir build ; cd build`
2) `cmake -DCMAKE_BUILD_TYPE=RELEASE ..`
3) `sudo make`
This will put the executable `lzip` into `build/bin`