From c3f6c5a499b0131b1f3245a83f18b4ccd04fea8d Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 2 Sep 2023 12:14:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70862b8..c7c437b 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,6 @@ This table maps quality settings for JPEG to the respective AVIF and WEBP qualit ### Compile -Install ImageMagick7 and libheif (with libaom) libraries and headers and then install to GOBIN: +Install ImageMagick7, MuPDF and libheif (with libaom) libraries and headers and then install to GOBIN: -`go install github.com/gen2brain/cbconvert/cmd/cbconvert@latest` +`go install -tags extlib github.com/gen2brain/cbconvert/cmd/cbconvert@latest`