Files
TowerOptoSifAndSpectral/othersoft/install.sh
2022-01-19 14:55:01 +08:00

21 lines
376 B
Bash

mkdir build
cd build
mkdir movingliner
cd movingliner
cmake ../../movingliner
make -j4
mkdir /home/pi/bin
cp ./movingliner /home/pi/bin
echo beging build shuttercali
cd ../
mkdir shuttercali
cd shuttercali
cmake ../../shuttercali/project/LocationCali
make -j4
cp ./shutter_calibrate /home/pi/bin
cd ../../../
cp -r ./html/* /var/www/html
chmod +x /var/www/html/php/*.sh
#tc