ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
16 stars 7 forks source link

Port build system to Meson; remove Autotools #22

Closed bgilbert closed 1 year ago

bgilbert commented 1 year ago

Also fix some minor bugs, as well as #16 and #20. No longer distribute the docs in the source tarball, since that would require committing them to Git and they're nearly 6 MB.

I have a Windows build nearly working, but I'll save that for a followup PR.

bgilbert commented 1 year ago

I'm planning to look at adding a wrapdb fallback for check.

bgilbert commented 1 year ago

Thanks for the review! Updated. If you feel strongly about any of the remaining comments, let me know and I can still make those changes.

bgilbert commented 1 year ago

Updated to define an explicit library dependency so libdicom can be used as a Meson subproject, and to fix the build on Debian stable.