PHP-GTK Client for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
530 B

2 months ago
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
2 months ago
GTK 4 / C++ implementation branch
2 months ago
> [!IMPORTANT]
> Project in development!
>
1 month ago
## Build
1 month ago
1 month ago
### Linux
2 months ago
1 month ago
* `sudo apt install git libgtk-4-dev`
2 months ago
* `git clone https://github.com/YGGverse/Yoda.git`
* `cd Yoda`
* `git checkout master`
1 month ago
* `make`
1 month ago
#### Update
1 month ago
* `git pull`
* `make clean`
* `make`
## Development
### Environment
* `pkg-config --cflags --libs gtk4`
### Contribution
* `cd Yoda`
* `git checkout master`
1 month ago
* `git pull`
1 month ago
* `git checkout -b 'contribution-name'`