-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide shared libraries for common platforms #8
Comments
I added bindings for Linux i386 and amd64 and should add bindings for arm soon. |
I myself am struck with the need for shared libraries for lz4; I can help if you point me in the right direction. |
OK, we now have in git bindings for Linux 32-bits, Linux 64, Windows 64 and Mac (Intel) 64. I just deployed a snapshot to the sonatype repository. You can test it by downloading http://oss.sonatype.org/content/groups/public/net/jpountz/lz4/lz4/1.1-SNAPSHOT/lz4-1.1-20130207.232149-1.jar and running 0:23 jpountz@zreptik3 ~ % java -cp lz4-1.1-20130207.232149-1.jar net.jpountz.lz4.LZ4Factory I intend to to a 1.1.0 release soon, so any comments confirming that bindings work (or not) are welcome! |
Thank you Adrien! These show promising results for the two platforms in which I am interested: mac os 10.8.2 and centos 5.9:lgmd-mooreb:~ 2013-02-08 11:10:55 $ uname -aDarwin lgmd-mooreb 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24 -------- Original Message -------- |
Excellent news! I'll release shortly... Thanks Brian! |
For this issue, the hard part is testing...
The text was updated successfully, but these errors were encountered: