zermoq: drop questionable gem installation caveats
This commit is contained in:
parent
5eec2d25fd
commit
61f357fd5c
1 changed files with 0 additions and 8 deletions
|
@ -48,12 +48,4 @@ class Zeromq < Formula
|
|||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
To install the zmq gem on 10.6 with the system Ruby on a 64-bit machine,
|
||||
you may need to do:
|
||||
|
||||
ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{opt_prefix}
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue