Tooth/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-14 12:09:06 +00:00
# Tootle
2018-05-11 15:54:17 +00:00
![tootle_pres-16](https://user-images.githubusercontent.com/37731582/39933812-45d8149a-5544-11e8-9bf4-6d78b1fdb29c.png)
2018-04-14 12:09:06 +00:00
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
2018-05-02 14:17:09 +00:00
* Donating with [LiberaPay](https://liberapay.com/bleakgrey/) to help project development and keeping the developer happy
<a href="https://liberapay.com/bleakgrey/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>