fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
535 stars 145 forks source link

Deploy leveldbjni-all-1.8 to org.openlabtesting.leveldbjni: #106

Closed huangtianhua closed 4 years ago

huangtianhua commented 4 years ago

1.Update levedb.patch to support aarch64 platform 2.Update the groupid to org.openlabtesting.leveldbjni

unoexperto commented 4 years ago

@huangtianhua Could you please share instructions how you built leveldbjni from scratch ? I've wasted about two hours and couldn't make it work. Currently I'm stuck with older automake versoin error. I've tried to change AM_AUTOMAKE_VERSION in ./leveldbjni/src/main/native-package/aclocal.m4 but I'm getting cryptic

error: Do not call AM_AUTOMAKE_VERSION, use AM_INIT_AUTOMAKE([1.16]).

Thanks!