Files
TowerOptoSifAndSpectral/othersoft/install.sh

19 lines
362 B
Bash
Raw Normal View History

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
2022-01-12 14:42:57 +08:00
cmake ../../shuttercali/project/LocationCali
make -j4
cp ./shuttercali /home/pi/bin
2022-01-12 14:42:57 +08:00
cd ../../
cp -r ./html/* /var/www/html
chmod +x /var/www/html/php/*.sh