oxen-pyoxenmq/README.md
Kee Jefferys 2c13d931d9
Add dependencies
Not sure if this is the full or accurate list, was what i needed to install
2020-11-26 13:43:56 +11:00

28 lines
356 B
Markdown

# pylokimq
pybind layer for lokimq
## building
dependencies
- python3-dev
- cmake
- pkg-config
- liblokimq-dev
check the source out (recursive repo):
$ git clone --recursive https://github.com/loki-project/loki-pylokimq
$ cd loki-pylokimq
build:
$ python3 setup.py build
install as user:
$ python3 setup.py install --user