From 67afee975fb229d8ec1350204356c59d55643a72 Mon Sep 17 00:00:00 2001 From: brindosch Date: Sat, 25 Jun 2016 18:27:41 +0200 Subject: [PATCH] Update CompileHowto.txt add serialport --- CompileHowto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.txt b/CompileHowto.txt index b17a31f2..2f667df3 100644 --- a/CompileHowto.txt +++ b/CompileHowto.txt @@ -1,6 +1,6 @@ # Install the required tools and dependencies sudo apt-get update -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 +sudo apt-get install git cmake build-essential qtbase5-dev libqt5serialport5-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) # you also need the firmware including headers installed. This downloads the firmware from the raspberrypi github