oxen-pyoxenmq/README.md
2020-08-24 06:52:01 -04:00

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