brew install --with-fontconfig says formulate has no --with-fontconfig option

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jzadra
Posts: 1
Joined: 2019-01-31T15:21:28-07:00
Authentication code: 1152

brew install --with-fontconfig says formulate has no --with-fontconfig option

Post by jzadra »

brew install imagemagick --with-fontconfig --with-librsvg --with-ghostscript
==> Installing dependencies for imagemagick: libomp
==> Installing imagemagick dependency: libomp
==> Downloading https://homebrew.bintray.com/bottles/li ... ave.bottle.
######################################################################## 100.0%
==> Pouring libomp-7.0.0.mojave.bottle.tar.gz
🍺 /usr/local/Cellar/libomp/7.0.0: 12 files, 1.2MB
Warning: imagemagick: this formula has no --with-fontconfig option so it will be ignored!
Warning: imagemagick: this formula has no --with-ghostscript option so it will be ignored!
Warning: imagemagick: this formula has no --with-librsvg option so it will be ignored!

System:
OSX 10.14.2
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: brew install --with-fontconfig says formulate has no --with-fontconfig option

Post by fmw42 »

I think you need to check with the Homebrew people for the proper install syntax. Are you installing Imagemagick 6 or 7.
Post Reply