Skip to content

Commit b91377b

Browse files
authored
Merge pull request #328 from chapeupreto/patch-1
docs: add php-dev as dependency on Debian/Ubuntu systems
2 parents a4068ee + 715d4fa commit b91377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ On Linux, you will need a build toolchain installed. On Debian/Ubuntu type
1717
systems, you could run something like:
1818

1919
```shell
20-
sudo apt install gcc make autoconf libtool bison re2c pkg-config
20+
sudo apt install gcc make autoconf libtool bison re2c pkg-config php-dev
2121
```
2222

2323
On Windows, you do not need any build toolchain installed, since PHP extensions

0 commit comments

Comments
 (0)