oxen-pyoxenmq/README.md

258 B

pylokimq

pybind layer for lokimq

building

check the source out (recursive repo):

$ git clone --recursive https://github.com/majestrate/pylokimq
$ cd pylokimq

and build with cmake:

$ mkdir build
$ cd build && cmake ..
$ make