debug
This commit is contained in:
parent
f496594e44
commit
4947927a74
16
build.sh
16
build.sh
|
@ -1,7 +1,17 @@
|
||||||
|
#g++ -shared -fPIC \
|
||||||
|
# -I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
|
||||||
|
# -L./lib \
|
||||||
|
# rtc_plugins.cpp util/RTCContext.cpp \
|
||||||
|
# -lMRTCEngine -lboost_python310 -lpython3.10 \
|
||||||
|
# -Wl,-rpath='$ORIGIN/lib' \
|
||||||
|
# -o rtc_plugins.so
|
||||||
g++ -shared -fPIC \
|
g++ -shared -fPIC \
|
||||||
-I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
|
-I/usr/include/python3.10 -I/usr/include/python3.10/numpy -I./include \
|
||||||
-L./lib \
|
-I/usr/include/python3.10 -I/usr/include/numpy \
|
||||||
rtc_plugins.cpp util/RTCContext.cpp \
|
|
||||||
-lMRTCEngine -lboost_python310 -lpython3.10 \
|
|
||||||
-Wl,-rpath='$ORIGIN/lib' \
|
-Wl,-rpath='$ORIGIN/lib' \
|
||||||
|
-lboost_python310 -lpython3.10 \
|
||||||
|
-lMRTCEngine -lboost_python310 -lpython3.10 \
|
||||||
|
-L$(python3 -c "import numpy; print(numpy.get_include())") \
|
||||||
|
-lnumpy_core \
|
||||||
|
rtc_plugins.cpp util/RTCContext.cpp \
|
||||||
-o rtc_plugins.so
|
-o rtc_plugins.so
|
Loading…
Reference in New Issue