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.

70 lines
1.2 KiB

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
``` bash
1 month ago
apt install git\
libglib2.0-dev\
1 month ago
libglibmm-2.68-dev\
libgtkmm-4.0-dev\
libpangomm-2.48-dev\
1 month ago
libsqlite3-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`
## Localization
### Official
* [Crowdin](https://crowdin.com/project/yoda-browser)
### Personal
1 month ago
* `apt install intltool`
* `cd po`
* `intltool-update --pot`
1 month ago
## Development
### Environment
``` bash
pkg-config --cflags --libs gio-2.0\
1 month ago
glibmm-2.68\
gtkmm-4.0\
pangomm-2.48\
1 month ago
sqlite3
```
1 month ago
### Contribution
* `cd Yoda`
* `git checkout master`
1 month ago
* `git pull`
1 month ago
* `git checkout -b 'contribution-name'`
### Documentation
1 month ago
#### Components
1 month ago
* [GTK](https://gtk.org) - free and open-source cross-platform widget toolkit
* [gtkmm](https://gtkmm.org) - official C++ interface for GTK
* [SQLite](https://sqlite.org) - profile database