From 9f14d8cb83352a73bc98977a2e0428833fadedef Mon Sep 17 00:00:00 2001 From: poljvd Date: Sat, 14 Dec 2013 21:03:10 +0100 Subject: [PATCH] Update CompileHowto.txt Former-commit-id: 309dc6b799c96cdf7b3a9c9cc2776f7a564c1e02 --- CompileHowto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.txt b/CompileHowto.txt index 5757007a..fca86d56 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 libprotobuf-dev libQt4-dev libusb-1.0-0-dev protobuf-compiler +sudo apt-get install git cmake build-essential libprotobuf-dev libQt4-dev libusb-1.0-0-dev protobuf-compiler python-dev # RPI ONLY: when you build on the rapberry pi and inlcude the dispmanx grabber (which is the default) # you also need the firmware including headers installed. This downloads the firmware from the raspberrypi github