homeworkc / lazycast

A Simple Wireless Display Receiver
GNU General Public License v3.0
688 stars 89 forks source link

Buildroot #88

Open myxxmikeyxx opened 2 years ago

myxxmikeyxx commented 2 years ago

Do you know what packages are all used. Like the default ones in raspberry pi os? I would like to build a custom buildroot img for this but I don't know what all the packages and python imports it uses. I looked at the minimal Raspian and know that it needs libavformat-dev, and avahi-utils so it can support using ./mice.py or ./all.sh (on top of the regular install directions)

myxxmikeyxx commented 2 years ago

Just adding more for headless on stretch sudo apt-get install python-pip for python version 2 Then needed to do sudo apt-get install python-dbus for dbus on minial / lite Raspbian stretch next I needed to do sudo apt-get install python-gobject sudo apt-get install omxplayer