plowshare: add caveat about X11 support for imagemagick
Closes Homebrew/homebrew#15550. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e9a7ed561f
commit
dc936e1463
1 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,15 @@ class Plowshare < Formula
|
|||
ENV["PREFIX"] = prefix
|
||||
system "bash setup.sh install"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
The default installation of imagemagick does not enable
|
||||
X11 support. plowshare uses the display command which does
|
||||
not work if X11 support is not enabled. To enable:
|
||||
brew remove imagemagick
|
||||
brew install imagemagick --with-x
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue