mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
added build-essential to the ubuntu prerequisites (#11547)
This commit is contained in:
parent
68c0c82f24
commit
b5a2b12f3b
@ -153,7 +153,7 @@ On the Raspberry Pi you will need to enable the serial interface in the `raspi-c
|
|||||||
On Debian Linux platforms there are dependencies you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems):
|
On Debian Linux platforms there are dependencies you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install libudev-dev
|
$ sudo apt-get install libudev-dev build-essential
|
||||||
```
|
```
|
||||||
|
|
||||||
You may also have to install the Python development libraries for your version of Python. For example `libpython3.6-dev`, and possibly `python3.6-dev` if you're using Python 3.6.
|
You may also have to install the Python development libraries for your version of Python. For example `libpython3.6-dev`, and possibly `python3.6-dev` if you're using Python 3.6.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user