From 7c2b143778d4ade297b3b101cc051ff00a81ea00 Mon Sep 17 00:00:00 2001 From: Rod Elias Date: Sat, 9 May 2020 16:36:11 -0300 Subject: [PATCH] Add `pkg-config` to the build list Closes GH-5550. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1