From 3e1ac52a0673eb1923bf7da9edf8e58f76a537e6 Mon Sep 17 00:00:00 2001 From: Naoto Kondo Date: Wed, 18 May 2022 19:50:42 +0900 Subject: [PATCH] add new build method --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 251fcf6..d64fdad 100644 --- a/README.md +++ b/README.md @@ -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 ```