Skip to content

Commit 4e838f2

Browse files
committed
pyrealsense2: document --extra-lib usage for DDS build
1 parent fef3a4d commit 4e838f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

wrappers/python/build_wheel.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
# Linux/macOS single-config build
1515
python build_wheel.py --build-dir ../../build
1616
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+
1721
The script:
1822
1. Generates pyrealsense2/_version.py (via find_librs_version.py)
1923
2. Copies the compiled extension (.pyd/.so) and the librealsense2 shared

0 commit comments

Comments
 (0)