Browser for Gemini Protocol https://crates.io/crates/Yoda
Find a file
2024-08-10 08:37:52 +03:00
bin init bin directory 2024-08-04 18:30:49 +03:00
po init gettext/i18n localization support 2024-08-10 08:37:52 +03:00
src init gettext/i18n localization support 2024-08-10 08:37:52 +03:00
.gitignore init gettext/i18n localization support 2024-08-10 08:37:52 +03:00
LICENSE initial commit 2024-08-04 17:31:41 +03:00
Makefile update source list 2024-08-08 13:46:02 +03:00
README.md init gettext/i18n localization support 2024-08-10 08:37:52 +03:00

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'