From 233e211d9ff6d4204ed200c7ccd6d59f8dab6850 Mon Sep 17 00:00:00 2001 From: Frizlab Date: Fri, 19 Oct 2012 17:48:46 +0200 Subject: plowshare: add caveat about X11 support for imagemagick Closes #15550. Signed-off-by: Adam Vandenberg --- Library/Formula/plowshare.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Library') diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index 725c9baa2..b5ae47abd 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -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 -- cgit v1.2.3