update readme

This commit is contained in:
yggverse 2024-07-20 01:31:47 +03:00
parent 0f7fd1ad55
commit 3958b6dd4b

View file

@ -51,7 +51,7 @@ apt install libpq-dev\
#### [PHP](https://github.com/php/php-src)
Make sure version 8.1 or above installed and configured with following minimals:
Make sure version 8.1 or above installed and configured with following extensions:
```
./configure --with-openssl\
@ -66,7 +66,7 @@ Make sure version 8.1 or above installed and configured with following minimals:
#### [PHP-CPP](https://github.com/fast-debug/PHP-CPP)
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) for details.
#### [PHP-GTK](https://github.com/scorninpc/php-gtk3)