Go to file
Jason Rhinelander 6a382865b2 Remove cmake build system and submodules
setup.py works fine, and we don't need two separate build systems.

Remove the submodules as well because we aren't using them and don't
need them; you should install pybind11 and oxenmq outside this project.
2021-10-22 16:09:36 -03:00
contrib build lokimq from pkg-config 2020-11-09 08:32:10 -05:00
examples loki -> oxen refactor 2021-02-01 10:48:27 -05:00
lokinet loki -> oxen refactor 2021-02-01 10:48:27 -05:00
src Formatting 2021-10-22 16:08:57 -03:00
.gitignore update readme and ignore 2020-10-03 12:33:49 -04:00
MANIFEST.in pyoxenmq overhaul 2021-10-21 22:23:02 -03:00
README.md Rename to pyoxenmq 2021-06-19 22:57:43 -03:00
pyproject.toml Remove cmake build system and submodules 2021-10-22 16:09:36 -03:00
setup.py Remove cmake build system and submodules 2021-10-22 16:09:36 -03:00

README.md

pyoxenmq

pybind layer for oxenmq

building

dependencies

  • python3-dev
  • cmake
  • pkg-config
  • liboxenmq-dev

check the source out (recursive repo):

$ git clone --recursive https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq

build:

$ python3 setup.py build

install as user:

$ python3 setup.py install --user