disable php extras, add libwebp-dev dependency

This commit is contained in:
yggverse 2024-07-31 19:17:26 +03:00
parent a864baee60
commit 8d2776a641
2 changed files with 23 additions and 12 deletions

View file

@ -45,6 +45,7 @@ apt install autoconf\
libsqlite3-dev\
libssl-dev\
libtool\
libwebp-dev\
libwnck-dev\
libxml2-dev\
libxpm-dev\
@ -58,13 +59,14 @@ apt install autoconf\
Make sure version 8.1 or above installed and configured with following options:
```
./configure --with-openssl\
--with-gettext\
--with-pdo-mysql\
--enable-sockets\
--enable-mbstring\
./configure --enable-mbstring\
--enable-pcntl\
--enable-shmop\
--enable-pcntl
--enable-sockets\
--enable-static\
--with-gettext\
--with-openssl\
--with-pdo-sqlite
```
#### [PHP-CPP](https://github.com/fast-debug/PHP-CPP)