From b3e5e59ab8d830246e0c7ae0d07343022b0b9558 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 23 Jul 2024 01:32:59 +0300 Subject: [PATCH] update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c54d287..271970d0 100644 --- a/README.md +++ b/README.md @@ -67,15 +67,27 @@ Make sure version 8.1 or above installed and configured with following extension Use official [documentation](https://www.php-cpp.com/documentation) for details. +Build from source: + +* `git clone https://github.com/fast-debug/php-cpp.git` +* `cd php-cpp` +* `make && sudo make install` + #### [PHP-GTK](https://github.com/scorninpc/php-gtk3) Follow [installation guide](https://github.com/scorninpc/php-gtk3#acknowledgements) or use [binaries](https://github.com/scorninpc/php-gtk3/releases). +Build from source: + +* `git clone https://github.com/fast-debug/php-gtk3.git` +* `cd php-gtk3` +* `make && sudo make install` + #### Yoda * `git clone https://github.com/YGGverse/Yoda.git` * `cd Yoda` -* `composer update` +* `composer install` #### Launch