You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pybind/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
## Build
20
20
- Open a terminal window
21
21
-`cd` into the `pybind` directory
22
-
- Before being able to run cmake, you will need to update the path to `pybind11` if required. `pybind11` is installed in the python virtual environment, as the link in the previous section explains.
23
-
- We tested this with cirtual environment created using python 3.12, and therefore the path to pybind in the current CMakeLists.txt file is `py-env/lib/python3.12/site-packages/pybind11/share/cmake/pybind11/`.
22
+
- Before being able to run cmake, you will need to update the path to `pybind11`(*if required*) in the CMakeLists.txt file. `pybind11` is installed in the python virtual environment, as the link in the previous section explains.
23
+
- We tested this with virtual environment created using python 3.12, and therefore the path to pybind in the current CMakeLists.txt file is `py-env/lib/python3.12/site-packages/pybind11/share/cmake/pybind11/`.
24
24
- Run `cmake -B build` to generate the build files (the build files will be under a directory named `build`)
25
25
- Run `cmake --build build --config Release` to generate the `.pyd` file
26
26
- On Windows using MSVC, the `.pyd` file will be under `pybind/build/Release`
0 commit comments