mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
disable php extras, add libwebp-dev dependency
This commit is contained in:
parent
a864baee60
commit
8d2776a641
2 changed files with 23 additions and 12 deletions
14
README.md
14
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue