update readme

This commit is contained in:
yggverse 2024-07-20 01:29:18 +03:00
parent c9ec86ffce
commit 0f7fd1ad55

View file

@ -49,9 +49,9 @@ apt install libpq-dev\
libwnck-dev libwnck-dev
``` ```
#### PHP #### [PHP](https://github.com/php/php-src)
Make sure [PHP](https://github.com/php/php-src) version is 8.1 or above and configured with following components: Make sure version 8.1 or above installed and configured with following minimals:
``` ```
./configure --with-openssl\ ./configure --with-openssl\
@ -63,15 +63,14 @@ Make sure [PHP](https://github.com/php/php-src) version is 8.1 or above and conf
--enable-pcntl --enable-pcntl
``` ```
#### PHP-CPP #### [PHP-CPP](https://github.com/fast-debug/PHP-CPP)
PHP-GTK3 require [PHP-CPP](https://github.com/fast-debug/PHP-CPP) extension to interact native GTK3 libraries. PHP-CPP required to interact native GTK3 libraries.
Use official [documentation](https://www.php-cpp.com/documentation/install) for details. Use official [documentation](https://www.php-cpp.com/documentation/install) for details.
#### PHP-GTK #### [PHP-GTK](https://github.com/scorninpc/php-gtk3)
Build latest [PHP-GTK3](https://github.com/scorninpc/php-gtk3) or get binaries. Follow [installation guide](https://github.com/scorninpc/php-gtk3#acknowledgements) or use [binaries](https://github.com/scorninpc/php-gtk3/releases).
Follow official installation [guide](https://github.com/scorninpc/php-gtk3#acknowledgements) for details.
#### Yoda #### Yoda