diff options
Diffstat (limited to 'Library/Formula/zeromq.rb')
| -rw-r--r-- | Library/Formula/zeromq.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb index 4498bf2a8..e85932bbd 100644 --- a/Library/Formula/zeromq.rb +++ b/Library/Formula/zeromq.rb @@ -46,7 +46,7 @@ class Zeromq < Formula 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=#{HOMEBREW_PREFIX} + ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{HOMEBREW_PREFIX} If you want to later build the Java bindings from https://github.com/zeromq/jzmq, you will need to obtain the Java Developer Package from Apple ADC |
