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