mirror of https://github.com/YGGverse/Yoda.git
phpcomposergemini-protocolgeminismallwebaltwebphp-gtkgemini-clientyoda-browserphp-cppgemini-browseryodagtk3browsergtk
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
571b83fd6d
|
3 months ago | |
---|---|---|
bin | 3 months ago | |
po | 3 months ago | |
src | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
Makefile | 3 months ago | |
README.md | 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
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'