You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
|
1 year ago
|
|
||
|
|
g++ -fPIC -shared -o HVDLL.so HVDLL.cpp GeneralModule.cpp HvdllStr.cpp -I./libHvDevice -L./libHvDevice -lHvdevice -lpthread
|
||
|
|
|
||
|
|
g++ -o test test.cpp ./HVDLL.so ./libHvdevice.so
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|