add new build method
This commit is contained in:
@@ -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
|
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
|
### Build for Python package
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user