mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
add pkg-config to our system package dependencies, for mysqlclient 2.2.0
This commit is contained in:
parent
6b932b1188
commit
f8fefd92a5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user