From f4eea468d29477a64e29826aa7d0150058c4071a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Wed, 12 Jan 2022 14:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- othersoft/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/othersoft/install.sh b/othersoft/install.sh index d205631..7d392bc 100644 --- a/othersoft/install.sh +++ b/othersoft/install.sh @@ -10,6 +10,9 @@ echo beging build shuttercali cd ../ mkdir shuttercali cd shuttercali -cmake ../../shuttercali +cmake ../../shuttercali/project/LocationCali make -j4 cp ./shuttercali /home/pi/bin +cd ../../ +cp -r ./html/* /var/www/html +chmod +x /var/www/html/php/*.sh