1 parent fef3a4d commit 4e838f2Copy full SHA for 4e838f2
1 file changed
wrappers/python/build_wheel.py
@@ -14,6 +14,10 @@
14
# Linux/macOS single-config build
15
python build_wheel.py --build-dir ../../build
16
17
+ # Windows build with DDS — bundle fastdds, fastcdr, foonathan_memory
18
+ python build_wheel.py --build-dir ../../build/Release \
19
+ --extra-lib "fastdds*.dll" --extra-lib "fastcdr*.dll" --extra-lib "foonathan_memory*.dll"
20
+
21
The script:
22
1. Generates pyrealsense2/_version.py (via find_librs_version.py)
23
2. Copies the compiled extension (.pyd/.so) and the librealsense2 shared
0 commit comments