1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add pkg-config to the build list

Closes GH-5550.

[ci skip]
This commit is contained in:
Rod Elias
2020-05-09 16:36:11 -03:00
committed by Nikita Popov
parent b452d5923d
commit 7c2b143778

View File

@@ -43,7 +43,7 @@ For a minimal PHP build from Git, you will need autoconf, bison, and re2c. For
a default build, you will additionally need libxml2 and libsqlite3. On Ubuntu,
you can install these using:
sudo apt install -y build-essential autoconf bison re2c \
sudo apt install -y pkg-config build-essential autoconf bison re2c \
libxml2-dev libsqlite3-dev
Generate configure: