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 167d671fad update readme 1 month ago
bin init bin directory 2 months ago
src init new tab submenu 1 month ago
.gitignore init gitignore 2 months ago
LICENSE initial commit 2 months ago
Makefile init new tab submenu 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!

Install

Source

Linux

Dependencies
sudo apt install git libgtk-4-dev
Build
  • git clone https://github.com/YGGverse/Yoda.git
  • cd Yoda
  • git checkout master
  • make
Update
  • cd Yoda
  • git checkout master
  • git pull
  • make clean
  • make

Development

Environment

  • pkg-config --cflags --libs gtk4

Contribution

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