Added autoconf note (#93)

* Added autoconf note

* Add autoconf to dep list
This commit is contained in:
cdce8p 2018-09-25 15:01:01 +02:00 committed by Paulus Schoutsen
parent cfa9cb60c5
commit 96017841e6

View File

@ -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`