orivej / pzmq

ZeroMQ 4.0+ Common Lisp bindings.

Home Page:http://orivej.github.io/pzmq/doc/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install

arademaker opened this issue · comments

Is it installable via quicklisp? If so, what are the dependencies?

Yes, it is, with (ql:quickload "pzmq"). It depends on the zeromq library being already installed (and its zmq.h header file present).

It would be useful a description of the dependencies and installation steps in the readme anyway ...