Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DenzelChen committed Jan 13, 2022
2 parents 62d0ba8 + fd7b266 commit d68e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/C-Libs/ADCDevice/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d68e148

Please sign in to comment.