Skip to content

Commit 7c2b143

Browse files
chapeupretonikic
authored andcommitted
Add pkg-config to the build list
Closes phpGH-5550. [ci skip]
1 parent b452d59 commit 7c2b143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For a minimal PHP build from Git, you will need autoconf, bison, and re2c. For
4343
a default build, you will additionally need libxml2 and libsqlite3. On Ubuntu,
4444
you can install these using:
4545

46-
sudo apt install -y build-essential autoconf bison re2c \
46+
sudo apt install -y pkg-config build-essential autoconf bison re2c \
4747
libxml2-dev libsqlite3-dev
4848

4949
Generate configure:

0 commit comments

Comments
 (0)