This is the build for the binaries distribution package of JEP project.
Currently you can install jep binaries using pip install jep
, but this requires proper build tools for each of the platform because it is distributed in form of source files.
This distro simplifies jep usage.
You can use this as a maven dependency.
Unpack to your folder and add the following include paths to JepConfig.
- Path to platform dependent library (Lunux: libjep.so, Windows: jep.dll, MacOS: libjep.x86_64.jnilib for Intel or libjep.arm64.jnilib for M1/M2)
- Path to folder containing unpacked jep distro.
See jep-distro-example project
- Change JEP_VERSION env constant and version in build.gradle.kts to new JEP version
- Build arm64 binaries manually and put into the project. See instruction here.
- Push next tag to this git repo to trigger release build and publish.
- Go to sonatype staging repository and push a maven central release.