eclipsesource / J2V8

Java Bindings for V8
2.55k stars 355 forks source link

Overview of current versions #521

Open AxelG1 opened 4 years ago

AxelG1 commented 4 years ago

Hi there. After having found these slides (4th from back), I was wondering what the preferred practice might be for Linux and Mac/OSX. The one furthest advanced on Maven is 6.2.0. But this being an .aar is for Android only. Do I have to do the build for other platforms? Also, are there any release notes for versions 4.x upwards? I'm very interested. Thanks! Great project by the way.

ahmadov commented 4 years ago

Hi @AxelG1,

Thanks for your interest! Currently, we have a Linux build, it's not published to maven central but you can directly download from Github Actions: https://github.com/eclipsesource/J2V8/actions/runs/139768378. You can also build locally on your machine.

There is a commit that we tried to build for macOS but it's still not complete: c55edb7. We are planning to do for future releases.

Luluno01 commented 4 years ago

I am also wanting Linux build and Windows build. It painful to build locally :(

AxelG1 commented 4 years ago

Thank you, @ahmadov.