lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.11k stars 252 forks source link

How to build the JNI binding? #108

Closed Frantch closed 6 years ago

Frantch commented 7 years ago

Is there a step by step to show how to build the JNI bindings?

odaira commented 7 years ago

Simply running ant will build a JNI binding for your platform.

odaira commented 7 years ago

Did this solve your problem?

odaira commented 6 years ago

I'll close this issue unless anyone has any objection.