mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update branch name
This commit is contained in:
parent
f19b82ac14
commit
41f9196da5
2 changed files with 5 additions and 1 deletions
|
|
@ -70,6 +70,9 @@ fi
|
||||||
# Build App
|
# Build App
|
||||||
cd "$DIR_APP"
|
cd "$DIR_APP"
|
||||||
|
|
||||||
|
## Checkout PHP-GTK3 branch
|
||||||
|
git checkout php-gtk3
|
||||||
|
|
||||||
## Update application sources
|
## Update application sources
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
|
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> This is experimental PHP-GTK3 branch, checkout [master](https://github.com/YGGverse/Yoda/tree/master) for GTK 4 / C++ implementation
|
> This is experimental PHP / GTK3 branch, checkout [cpp-gtk4](https://github.com/YGGverse/Yoda/tree/cpp-gtk4) for C++ / GTK4 implementation
|
||||||
>
|
>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
* `git clone https://github.com/YGGverse/Yoda.git`
|
* `git clone https://github.com/YGGverse/Yoda.git`
|
||||||
* `cd Yoda`
|
* `cd Yoda`
|
||||||
|
* `git checkout php-gtk3`
|
||||||
* Run `./INSTALL.sh` to auto-build Yoda for Linux systems, using latest [PHP](https://github.com/php/php-src), [PHP-CPP](https://github.com/fast-debug/PHP-CPP) and [PHP-GTK3](https://github.com/scorninpc/php-gtk3)
|
* Run `./INSTALL.sh` to auto-build Yoda for Linux systems, using latest [PHP](https://github.com/php/php-src), [PHP-CPP](https://github.com/fast-debug/PHP-CPP) and [PHP-GTK3](https://github.com/scorninpc/php-gtk3)
|
||||||
|
|
||||||
Tool does not change global PHP version, not requires root permissions, but optionally install system dependencies, through `apt` or `yum`
|
Tool does not change global PHP version, not requires root permissions, but optionally install system dependencies, through `apt` or `yum`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue