DenzelChen
2022-01-13 10:25:10 +08:00
+1 -1
View File
@@ -3,7 +3,7 @@
current_file=$0
cd "$(dirname "$current_file")"
g++ -c ADCDevice.cpp
g++ -fPIC -c ADCDevice.cpp
g++ -shared -fPIC -o libADCDevice.so ADCDevice.o
sudo cp ADCDevice.hpp /usr/include/
sudo cp libADCDevice.so /usr/lib