kubo / snzip

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

Building snzip library #26

Closed choihaejin closed 4 years ago

choihaejin commented 4 years ago

I want to use 'snzip' not only command line utility but also C library.

Is there any configuration options to build library now?

kubo commented 4 years ago

Not such options. The design of snzip is not suitable for library.

To make it as a library the followings must be done at least.