mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-03 14:27:49 +00:00
31 lines
850 B
Markdown
31 lines
850 B
Markdown
|
# Tootle
|
||
|
|
||
|
Simple [Mastodon](https://github.com/tootsuite/mastodon) client designed for elementary OS.
|
||
|
|
||
|
![Tootle Screenshot](https://raw.githubusercontent.com/bleakgrey/tootle/master/data/screenshot.png)
|
||
|
|
||
|
## Building and Installation
|
||
|
|
||
|
First of all you'll need some dependencies to build and run the app:
|
||
|
* meson
|
||
|
* valac
|
||
|
* libgtk-3-dev
|
||
|
* libsoup2.4-dev
|
||
|
* libgranite-dev
|
||
|
* libjson-glib-dev
|
||
|
|
||
|
Then run these commands to build and install it:
|
||
|
|
||
|
meson build --prefix=/usr
|
||
|
cd build
|
||
|
sudo ninja install
|
||
|
com.github.bleakgrey.tootle
|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
If you feel like contributing, you're always welcome to help the project in many ways:
|
||
|
* Reporting any issues
|
||
|
* Suggesting ideas and functionality
|
||
|
* Submitting pull requests
|
||
|
* Donating with [PayPal](https://www.paypal.me/bleakgrey) to help project development and keeping the developer happy
|