oxen-pyoxenmq/README.md

28 lines
351 B
Markdown
Raw Normal View History

# pyoxenmq
2020-06-02 15:46:51 +02:00
2021-04-14 19:23:07 +02:00
pybind layer for oxenmq
2020-06-02 15:46:51 +02:00
## building
dependencies
- python3-dev
- cmake
- pkg-config
2021-04-14 19:23:07 +02:00
- liboxenmq-dev
2020-08-24 12:52:01 +02:00
check the source out (recursive repo):
2020-06-02 15:46:51 +02:00
$ git clone --recursive https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq
2020-10-03 18:33:49 +02:00
build:
$ python3 setup.py build
install as user:
$ python3 setup.py install --user