Skip to content

Commit e118787

Browse files
authored
Merge pull request #48 from tobiasht/patch-1
Added missing dependency
2 parents bc18152 + 4bdd153 commit e118787

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
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)