add pkg-config to our system package dependencies, for mysqlclient 2.2.0

This commit is contained in:
Ariel Rin 2023-06-27 11:08:59 +10:00
parent 6b932b1188
commit f8fefd92a5
No known key found for this signature in database

View File

@ -220,13 +220,13 @@ A few extra utilities are also required for installation of packages.
Ubuntu 1804, 2004, 2204: Ubuntu 1804, 2004, 2204:
```bash ```bash
sudo apt-get install unzip git redis-server curl libssl-dev libbz2-dev libffi-dev build-essential sudo apt-get install unzip git redis-server curl libssl-dev libbz2-dev libffi-dev build-essential pkg-config
``` ```
CentOS 7: CentOS 7:
```bash ```bash
sudo yum install gcc gcc-c++ unzip git redis curl bzip2-devel openssl-devel libffi-devel wget sudo yum install gcc gcc-c++ unzip git redis curl bzip2-devel openssl-devel libffi-devel wget pkg-config
``` ```
```bash ```bash