Replies: 1 comment 3 replies
-
Per Homebrew/homebrew-core#220197, you don't need imagemagick to link dynamically with ghostscript in order to use imagemagick with ghostscript. You just need to have ghostscript installed. But CC @Bo98 in case there are additional caveats here. What are you trying to do, exactly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
Running
magick --version
reports:The installation of Imagemagick reports the following:
My interpretation of that statement is that installing Ghostscript via Homebrew will allow Imagemagick to dynamically link to the Ghostscript library. I did install Ghostscript via Homebrew as well. Apparently, more is required, but I am not sure how to proceed.
The core formula is built without gslib by default.
https://github.com/Homebrew/homebrew-core/blob/6b4b884f8b777c20027d223c4edc7a69b2dbe18d/Formula/i/imagemagick.rb#L80
#4308 indicates that:
Does this mean I should edit the formula and built with
--with-gslib
instead, or is there a simpler way to have Imagemagick make use of Ghostscript dynamically?Beta Was this translation helpful? Give feedback.
All reactions