airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
549 stars 110 forks source link

compile and generate class files for the given Java implementaion. #168

Closed kiranjv888 closed 1 year ago

kiranjv888 commented 1 year ago

Hi Team,

I would like to generate the class files for any of the compression techniques implemented here in pure Java. Can you help me with the steps I can do that?

kiranjv888 commented 1 year ago

Got to know that this could be built using Maven. It could be better if you mentioned the same in README, so a beginner like me might not face issues.