kubo / snzip

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

Build for MacOS #20

Closed fmaxx closed 7 years ago

fmaxx commented 7 years ago

Hey! How I can build the binary file for MacOS?

kubo commented 7 years ago

It is same with other Unixes. See: https://github.com/kubo/snzip#install-from-a-tar-ball

If you have installed brew, brew install snzip.

fmaxx commented 7 years ago

Thanx!