From 07f05d3d55271a90e69f2bdc4363f06e1cee133c Mon Sep 17 00:00:00 2001 From: Alex <7845120+newAM@users.noreply.github.com> Date: Sat, 20 Jun 2020 19:46:07 -0700 Subject: [PATCH] Add missing git dependency to raspberry pi installation --- docs/README.raspberrypi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.raspberrypi.md b/docs/README.raspberrypi.md index a50be085..91009a04 100644 --- a/docs/README.raspberrypi.md +++ b/docs/README.raspberrypi.md @@ -21,7 +21,7 @@ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/CrossCompile.cmake \ To compile libCEC on a new Raspbian installation, follow these instructions: ``` sudo apt-get update -sudo apt-get install cmake libudev-dev libxrandr-dev python3-dev swig +sudo apt-get install cmake libudev-dev libxrandr-dev python3-dev swig git cd git clone https://github.com/Pulse-Eight/platform.git mkdir platform/build