jaeheum / qzmq

qzmq provides Q bindings for CZMQ, the high-level C binding for ØMQ
Mozilla Public License 2.0
22 stars 7 forks source link

build/release #6

Closed jaeheum closed 11 years ago

jaeheum commented 12 years ago

qzmq needs a more sensible build/integration mechanism to cover different platforms/versions of kdb+, ØMQ and CZMQ.

jaeheum commented 11 years ago

qzmq depends on czmq, which depends on zeromq.

For linux and windows there are zeromq installers of prebuilt binaries but not czmq ones. For mac, there is no binary installer for either. Homebrew has formula for both but the formula for czmq needs to support 'universal' installation for both 32-bit and 64-bit installation.

I'll first work on czmq universal support for homebrew as I am using mac.

jaeheum commented 11 years ago

Relevant commits:

42c357b98753f7a63bfe05d8cbd7df4662d0d51e

d1291a755691967c91444bb6193bbe6ea672025f

856b816a78019df21a5743c0a57623a7d080dbb0