mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-07 17:36:29 +00:00
Add build-essential to list of required packages (#2538)
This commit is contained in:
parent
fbfef1f908
commit
d93b2074ff
@ -73,7 +73,7 @@ Install the core dependencies.
|
||||
|
||||
```shell
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3-pip python3-dev python3-venv autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev ffmpeg libgammu-dev
|
||||
sudo apt-get install python3-pip python3-dev python3-venv autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev ffmpeg libgammu-dev build-essential
|
||||
```
|
||||
|
||||
### Developing on Fedora
|
||||
|
Loading…
x
Reference in New Issue
Block a user