mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
36 lines
539 B
Markdown
36 lines
539 B
Markdown
# Yoda - Browser for [Gemini protocol](https://geminiprotocol.net)
|
|
|
|
GTK 4 / C++ implementation branch
|
|
|
|
> [!IMPORTANT]
|
|
> Project in development!
|
|
>
|
|
|
|
## Build
|
|
|
|
### Linux
|
|
|
|
* `sudo apt install git libgtkmm-4.0-dev`
|
|
* `git clone https://github.com/YGGverse/Yoda.git`
|
|
* `cd Yoda`
|
|
* `git checkout master`
|
|
* `make`
|
|
|
|
#### Update
|
|
|
|
* `git pull`
|
|
* `make clean`
|
|
* `make`
|
|
|
|
## Development
|
|
|
|
### Environment
|
|
|
|
* `pkg-config --cflags --libs gtkmm-4.0`
|
|
|
|
### Contribution
|
|
|
|
* `cd Yoda`
|
|
* `git checkout master`
|
|
* `git pull`
|
|
* `git checkout -b 'contribution-name'` |