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 4b2fe64b08 require db on browser construct 3 months ago
bin init bin directory 3 months ago
po init session db class 3 months ago
src require db on browser construct 3 months ago
.gitignore init sqlite database library 3 months ago
LICENSE initial commit 3 months ago
Makefile init session db class 3 months ago
README.md init sqlite database library 3 months 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 libsqlite3-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 sqlite3

Contribution

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

Documentation

Components