mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
intaller compelet
This commit is contained in:
@ -12,7 +12,7 @@ mkdir shuttercali
|
||||
cd shuttercali
|
||||
cmake ../../shuttercali/project/LocationCali
|
||||
make -j4
|
||||
cp ./shuttercali /home/pi/bin
|
||||
cd ../../
|
||||
cp ./shutter_calibrate /home/pi/bin
|
||||
cd ../../../
|
||||
cp -r ./html/* /var/www/html
|
||||
chmod +x /var/www/html/php/*.sh
|
||||
|
@ -35,10 +35,10 @@ add_executable( shutter_calibrate main.cpp
|
||||
${SRC_LIST1}
|
||||
)
|
||||
qt5_use_modules(shutter_calibrate ${QT})
|
||||
target_link_libraries(shutter_calibrate SeaBreeze)
|
||||
IF (WIN32)
|
||||
#target_link_libraries(shutter_calibrate SeaBreeze)
|
||||
target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)
|
||||
IF (WIN32)
|
||||
target_link_libraries(shutter_calibrate SeaBreeze)
|
||||
#target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)
|
||||
ELSE ()
|
||||
target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)
|
||||
ENDIF ()
|
||||
|
Reference in New Issue
Block a user