summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRod Elias <rodiney@gmail.com>2020-05-09 16:36:11 -0300
committerNikita Popov <nikita.ppv@gmail.com>2020-05-11 10:19:18 +0200
commit7c2b143778d4ade297b3b101cc051ff00a81ea00 (patch)
treea1ce8f4cf53a004432a9fa4732b7f1f1bc67874e /README.md
parentb452d5923de3bfef3268bcea289d59d6bc789437 (diff)
downloadphp-git-7c2b143778d4ade297b3b101cc051ff00a81ea00.tar.gz
Add `pkg-config` to the build list
Closes GH-5550. [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2bef96247..18ee18a918 100644
--- 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: