mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 15:26:29 +00:00
Added autoconf note (#93)
* Added autoconf note * Add autoconf to dep list
This commit is contained in:
parent
cfa9cb60c5
commit
96017841e6
@ -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 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
|
||||||
```
|
```
|
||||||
|
|
||||||
> Different distributions have different package installation mechanisms and sometimes packages names as well. For example Centos would use: `sudo yum install epel-release && sudo yum install python36 python36-devel mysql-devel gcc`
|
> Different distributions have different package installation mechanisms and sometimes packages names as well. For example Centos would use: `sudo yum install epel-release && sudo yum install python36 python36-devel mysql-devel gcc`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user