raspivid compile

pull/182/head
Yossi 2018-04-28 16:57:48 +03:00
parent 9434340996
commit 8953a47e45
1 changed files with 6 additions and 0 deletions

View File

@ -257,6 +257,12 @@ sudo npm i
sudo chmod 0777 bin/main
echo "======== raspivid =========="
cd /home/core
sudo git clone https://github.com/dride/userland
cd userland
./buildme
echo "========== Setup bluetooth ============"
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y