Skip to content

Commit

Permalink
Add pkg-config to the build list
Browse files Browse the repository at this point in the history
Closes phpGH-5550.

[ci skip]
  • Loading branch information
chapeupreto authored and nikic committed May 11, 2020
1 parent b452d59 commit 7c2b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c2b143

Please sign in to comment.