Files
TowerOptoSifAndSpectral/othersoft/install.sh

32 lines
505 B
Bash
Raw Normal View History

mkdir build
cd build
2022-01-17 09:56:18 +08:00
mkdir movingliner
cd movingliner
cmake ../../movingliner
make -j4
mkdir /home/pi/bin
cp ./movingliner /home/pi/bin
echo beging build shuttercali
2022-01-17 09:56:18 +08:00
cd ../
2022-01-17 09:56:18 +08:00
mkdir shuttercali
cd shuttercali
2022-01-12 14:42:57 +08:00
cmake ../../shuttercali/project/LocationCali
make -j4
2022-01-12 15:54:58 +08:00
cp ./shutter_calibrate /home/pi/bin
2022-01-17 09:56:18 +08:00
cd ../
mkdir console
cd console
cmake ../../calibration_console
make -j4
cp ./ocean_optics_calibration_console /home/pi/bin
cd ../
cd ../../
2022-01-12 14:42:57 +08:00
cp -r ./html/* /var/www/html
chmod +x /var/www/html/php/*.sh