oxen-pyoxenmq/README.md

17 lines
238 B
Markdown
Raw Normal View History

2020-06-02 15:46:51 +02:00
# pylokimq
pybind layer for lokimq
## building
check the source out:
$ git clone --recursive https://github.com/loki-project/pylokimq
$ cd pylokimq
and build with cmake:
$ mkdir build
$ cd build && cmake ..
$ make