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.
yggverse 6b70606637 remove extra separator 1 month ago
bin init bin directory 2 months ago
po use separated class files, use hpp header extension, update include model 1 month ago
src remove extra separator 1 month ago
.gitignore init gettext/i18n localization support 1 month ago
LICENSE initial commit 2 months ago
Makefile use separated class files, use hpp header extension, update include model 1 month ago
README.md update readme 1 month ago

README.md

Yoda - Browser for Gemini protocol

GTK 4 / C++ implementation branch

[!IMPORTANT] Project in development!

Build

Linux

  • sudo apt install git libgtkmm-4.0-dev libglibmm-2.68-dev
  • git clone https://github.com/YGGverse/Yoda.git
  • cd Yoda
  • git checkout master
  • make

Update

  • git pull
  • make clean
  • make

Localization

Official

Personal

  • sudo apt install intltool
  • cd po
  • intltool-update --pot

Development

Environment

  • pkg-config --cflags --libs gtkmm-4.0 glibmm-2.68

Contribution

  • cd Yoda
  • git checkout master
  • git pull
  • git checkout -b 'contribution-name'

Documentation

Components