mirror of https://github.com/TakeV-Lambda/Tooth
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.
|
3 weeks ago | |
---|---|---|
.github | 4 weeks ago | |
build-aux | 3 months ago | |
data | 3 weeks ago | |
po | 4 weeks ago | |
src | 3 weeks ago | |
vapi | 4 weeks ago | |
.buildconfig | 4 months ago | |
.gitignore | 2 years ago | |
CODE_OF_CONDUCT.md | 4 months ago | |
LICENSE | 2 years ago | |
README.md | 1 month ago | |
dev.geopjr.Tooth.Devel.json | 4 weeks ago | |
dev.geopjr.Tooth.json | 4 weeks ago | |
flake.lock | 4 months ago | |
flake.nix | 4 weeks ago | |
install.sh | 4 weeks ago | |
meson.build | 3 weeks ago | |
meson_options.txt | 2 months ago | |
uninstall.sh | 2 years ago |
README.md
Tooth
A GTK Mastodon Client
This is a fork of the now archived Tootle.
Building From Source
-
Make sure you have these dependencies:
Package Name Required Version meson 0.56 valac 0.48 libglib-2.0-dev 2.71.2 libjson-glib-dev 1.4.4 libxml2-dev 2.9.10 libgee-0.8-dev 0.8.5 libsoup2.4-dev 2.64 libgtk-4-dev 4.3.0 libadwaita-1.0-dev 1.2.0 libsecret-1-dev 0.20 -
Run
install.sh
in the project directory. The app will launch automatically on success.
Contributing
- Read the Code of Conduct
- Fork it ( https://github.com/GeopJr/Tooth/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request