Sha256: 5e107c2af6727a385c98226d7ea57be9c35eacf447b1850bd7c5d902bde4a7ab

Contents?: true

Size: 687 Bytes

Versions: 2

Compression:

Stored size: 687 Bytes

Contents

libzmq gem
==========

zeromq downloading from source is a pain, and packages in existing distros are out of date.  So a
gem!

This is very much a 0.0.something release.

Basic instructions (not very useful though)
-------------------------------------------

    gem install libzmq


Using with ffi-rzmq
-------------------

If you're using ffi-rzmq, make sure you load the libzmq gem first.  A helper require that does the patching
in the right order is available:

    require 'libzmq/ffi-rzmq'

You'll need to have the ffi-rzmq gem installed (and the ffi gem if you're on Ruby 1.9.2).

Or the bundler lines:

    gem 'ffi'
    gem 'libzmq'
    gem 'ffi-rzmq'
    
Note the ordering.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libzmq-0.2.0 README.md
libzmq-0.0.1 README.md