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 2986a475c1 rename tab elements namespace 1 month ago
bin init bin directory 2 months ago
po rename tab elements namespace 1 month ago
src rename tab elements namespace 1 month ago
.gitignore init sqlite database library 1 month ago
LICENSE initial commit 2 months ago
Makefile rename tab elements namespace 1 month ago
README.md update dependencies 1 month ago

README.md

Yoda - Browser for Gemini protocol

GTK 4 / C++ implementation branch

[!IMPORTANT] Project in development!

Build

Linux

apt install git\
            libglib2.0-dev\
            libglibmm-2.68-dev\
            libgtkmm-4.0-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

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

Development

Environment

pkg-config --cflags --libs gio-2.0\
                           glibmm-2.68\
                           gtkmm-4.0\
                           sqlite3

Contribution

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

Documentation

Components

  • GTK - free and open-source cross-platform widget toolkit
    • gtkmm - official C++ interface for GTK
  • SQLite - profile database