]> granicus.if.org Git - php/commitdiff
Add `pkg-config` to the build list
authorRod Elias <rodiney@gmail.com>
Sat, 9 May 2020 19:36:11 +0000 (16:36 -0300)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 11 May 2020 08:19:18 +0000 (10:19 +0200)
Closes GH-5550.

[ci skip]

README.md

index b2bef9624769227171f417020c519c709bd45ff8..18ee18a918489028020977b0320b27c08b3ed5ab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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: