Skip to content

Meson build definitions

Lars Bocklage requested to merge meson into main

Support portable building of nexus with the meson build system.

Assuming all dependencies are installed:

Build via

meson setup builddir
meson compile -Cbuilddir

Also adds pyproject.toml to support PEP517 building. A wheel can be created with

python -m build .

Package can be build and installed with

python -m pip install .
Edited by Lars Bocklage

Merge request reports

Loading