raspivid compile

This commit is contained in:
Yossi 2018-04-28 16:57:48 +03:00
parent 9434340996
commit 8953a47e45

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