More notes

This commit is contained in:
swaggboi 2025-02-13 20:59:09 -05:00
parent d0b352492e
commit 994a6146a2

View File

@ -4,7 +4,11 @@ Various experiments to convert image files to avif
## Debian dependencies ## Debian dependencies
- libmagickcore-6-headers: /usr/include/ImageMagick-6/magick/MagickCore.h - imagemagick-6-common
- libmagick++-6-headers
- libmagickcore-6-arch-config
- libmagickcore-6-headers
- libmagickwand-6-headers
## Running it ## Running it
@ -14,3 +18,5 @@ Various experiments to convert image files to avif
- Debian build from CPAN fails, can't find MagickCore.h - Debian build from CPAN fails, can't find MagickCore.h
- Install `libimage-magick-perl` for now - Install `libimage-magick-perl` for now
- Image::Magick wants v7 but Debian has always shipped with v6 for
years; how was `libimage-magick-perl` built?