Skip to content

Commit

Permalink
Merge pull request #519 from newAM/patch-1
Browse files Browse the repository at this point in the history
Add missing git dependency to raspberry pi installation
  • Loading branch information
opdenkamp authored Jul 13, 2020
2 parents d01f1e3 + 07f05d3 commit 1bea58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.raspberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bea58b

Please sign in to comment.