update compile howto to qt5 and zeroconf

This commit is contained in:
brindosch 2016-06-20 17:24:23 +02:00 committed by GitHub
parent 1cb6ee0a43
commit 7801ce30c5

View File

@ -1,6 +1,6 @@
# Install the required tools and dependencies # Install the required tools and dependencies
sudo apt-get update sudo apt-get update
sudo apt-get install git cmake build-essential libQt4-dev libusb-1.0-0-dev python-dev libxrender-dev sudo apt-get install git cmake build-essential qtbase5-dev libusb-1.0-0-dev python-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev
# RPI ONLY: when you build on the rapberry pi and include the dispmanx grabber (which is the default) # RPI ONLY: when you build on the rapberry pi and include the dispmanx grabber (which is the default)
# you also need the firmware including headers installed. This downloads the firmware from the raspberrypi github # you also need the firmware including headers installed. This downloads the firmware from the raspberrypi github