
Tested to work with at least pip and build as frontends: pip wheel . python -m build . If liberasurecode is installed to a non-standard location, you may need additional arguments like <build command> --config-setting="--global-option=build_ext" \ --config-setting="--global-option=-I${HOME}/.local/include" \ --config-setting="--global-option=-L${HOME}/.local/lib" Or, export appropriate CFLAGS/LDFLAGS values. Signed-off-by: Tim Burke <tim.burke@gmail.com> Change-Id: I3c1d88fd3225f27bde4b08b1b848bd66e6d597ae
5 lines
39 B
Python
5 lines
39 B
Python
import setuptools
|
|
|
|
|
|
setuptools.setup()
|