openslide / openslide-java

Java bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
41 stars 24 forks source link

Remove Autotools+Ant build system #70

Closed bgilbert closed 7 months ago

bgilbert commented 7 months ago

There are some structural changes planned for the library, and having two parallel build systems would make that harder. We've carried both systems in parallel for two releases / 15 months, so it should be reasonably possible to drop the legacy one.

On platforms with older Meson and Python ≥ 3.7, it's still possible to install OpenSlide Java by first upgrading Meson with pip install --upgrade meson.

Closes: https://github.com/openslide/openslide-java/issues/45

openslide-bot commented 7 months ago

DCO signed off :heavy_check_mark:

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.