add new build method

This commit is contained in:
Naoto Kondo
2022-05-18 19:50:42 +09:00
parent 336ff7d19d
commit 3e1ac52a06

View File

@@ -68,6 +68,10 @@ You can also specify the python version.
```
env CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk -DPYBIND11_PYTHON_VERSION=3.8" python3.8 setup.py build
```
or
```
env CMAKE_ARGS="-DNDI_SDK_DIR=/path/to/ndisdk -DPYTHON_EXECUTABLE=/path/to/python" /path/to/python setup.py build
```
### Build for Python package
```