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
539 B

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