Add gem install caveat for zeromq

master
Adam Vandenberg 2010-09-09 13:17:14 -07:00
parent 299618fe06
commit 6fc3c77563
1 changed files with 6 additions and 0 deletions

View File

@ -10,4 +10,10 @@ class Zeromq <Formula
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install" system "make install"
end end
def caveats; <<-EOS.undent
To install the zmq gem on Snow Leopard, on a 64-bit machine:
$ ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{HOMEBREW_PREFIX}
EOS
end
end end