Update install add cd for ft857 update

master-bd
Alan Johnston 3 weeks ago committed by GitHub
parent c3f8ea4227
commit 75b6a99ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -868,6 +868,7 @@ git pull --no-rebase > .updated_p
if [[ $(grep 'changed' //home/pi/FT857d/.updated_p) ]]; then if [[ $(grep 'changed' //home/pi/FT857d/.updated_p) ]]; then
echo "updating FT857d" echo "updating FT857d"
cd examples/FT857d
g++ main.c ../../src/ft857d.cpp -lwiringPi -o ft857d g++ main.c ../../src/ft857d.cpp -lwiringPi -o ft857d
else else
echo "nothing to do for FT857d." echo "nothing to do for FT857d."

Loading…
Cancel
Save

Powered by TurnKey Linux.