- make sure your system is up to date:
sudo apt-get update && sudo apt-get upgrade
- get or create the desired package
- if you're trying to install PiVid, install node first
- run
sudo dpkg -i path/to/package
; if this fails, go to next step - if the previous step complains about missing dependencies, run
sudo apt-get install -f
- clone this repository on your raspberry pi
- cd into the newly created directory
- run pivid.sh and/or node.sh