Skip to content

Commit 4bdd153

Browse files
authored
Added missing dependency
The script did not compile without this dependency, on rpi4. Not sure what it does though.
1 parent bc18152 commit 4bdd153

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ The flutter engine, by default, uses the _Arial_ font. Since that doesn't come i
123123
sudo apt install ttf-mscorefonts-installer fontconfig
124124
sudo fc-cache
125125
```
126-
126+
### other
127+
```bash
128+
sudo apt-get install gpiod libgpiod-dev
129+
```
127130
## Compiling flutter-pi (on the Raspberry Pi)
128131
fetch all the dependencies, clone this repo and run
129132
```bash

0 commit comments

Comments
 (0)