Jrrd2 provides a native interface for Java to rrdtool.
It is a rewrite and successor of jrrd.
Requirement:
- maven (tested with 3.9.11)
- cmake (tested with 4.1.2)
- OpenJDK 17
makeThe dist/ folder should now contain both jrrd2-api-VERSION.jar and libjrrd2.so.
Cleanup:
make cleanRequirements:
- fpm (tested with 1.15.1)
- rpmbuild binary
make deb-pkg rpm-pkgThe dist/ folder should now contain both .deb and .rpm packages.
make release RELEASE_VERSION=x.y.zThis will create a git tag vX.Y.Z
The tag and new version isn't pushed and just local.
git push # Push new SNAPSHOT version to main branch
git push origin vX.Y.Z # Push the new version tag