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 95647f42c2 fix access level 1 month ago
bin init bin directory 2 months ago
src fix access level 1 month ago
.gitignore init gitignore 2 months ago
LICENSE initial commit 2 months ago
Makefile update source list 1 month ago
README.md switch to gtkmm 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
  • git clone https://github.com/YGGverse/Yoda.git
  • cd Yoda
  • git checkout master
  • make

Update

  • git pull
  • make clean
  • make

Development

Environment

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

Contribution

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