rtc_plugins/build.sh

7 lines
254 B
Bash
Raw Normal View History

2025-04-09 16:51:49 +08:00
g++ -shared -fPIC \
2025-04-09 18:13:36 +08:00
-I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
2025-04-09 16:51:49 +08:00
-L./lib \
rtc_plugins.cpp util/RTCContext.cpp \
-lMRTCEngine -lboost_python310 -lpython3.10 \
-Wl,-rpath='$ORIGIN/lib' \
-o rtc_plugins.so