mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 11:56:29 +00:00
Update development_environment.md (#301)
Add pkg-config to list of package dependencies to install.
This commit is contained in:
parent
0fec84e09b
commit
7baa4e6d0a
@ -17,7 +17,7 @@ $ sudo apt-get install python3-pip python3-dev python3-venv
|
|||||||
In order to run `script/setup` below you will need some more dependencies.
|
In order to run `script/setup` below you will need some more dependencies.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev
|
$ sudo apt-get install autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev pkg-config
|
||||||
$ sudo apt-get install -y libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev
|
$ sudo apt-get install -y libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user