kubo / snzip

Snzip, a compression/decompression tool based on snappy
Other
216 stars 30 forks source link

How can I build snunzip #21

Closed praetp closed 7 years ago

praetp commented 7 years ago

When I build the project, I only get the snzip executable.

kubo commented 7 years ago

Copy snzip to snunzip. If the executable name includes un, it acts as snunzip.

praetp commented 7 years ago

OK. I guess it would be easy for the Makefile to just generate an snunzip as well then, no ?

kubo commented 7 years ago

33c5942ba51eff66d573882fa6009e05f83932d9 fixed this issue. make install installs snunzip and snzcat also as bzip2 does.

praetp commented 7 years ago

Great ! Thanks.