tootle-linux-client/README.md

43 lines
1.8 KiB
Markdown
Raw Normal View History

2018-05-11 19:00:54 +02:00
![Tootle](https://user-images.githubusercontent.com/37731582/39933812-45d8149a-5544-11e8-9bf4-6d78b1fdb29c.png)
2018-04-14 14:09:06 +02: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
2018-06-19 12:14:57 +02:00
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.bleakgrey.tootle)
2018-08-02 09:02:59 +02:00
<a href='https://flathub.org/apps/details/com.github.bleakgrey.tootle'><img height='51' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
2018-06-19 12:14:57 +02:00
2018-04-14 14:09:06 +02:00
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 16:17:09 +02: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>
2018-05-11 19:00:54 +02:00
## Credits
2018-06-19 12:14:57 +02:00
* Tootle Logo by [@CallMeFib3r](https://github.com/CallMeFib3r)
2018-05-11 19:00:54 +02:00
* Medel typeface by Ozan Karakoc
2018-06-19 12:14:57 +02:00
* French translation by [@Larnicone](https://github.com/Larnicone)
* Polish translation by [@m4sk1n](https://github.com/m4sk1n)
2018-06-29 02:04:09 +02:00
* German translation by [@koyuawsmbrtn](https://github.com/koyuawsmbrtn)
2018-10-31 13:10:41 +01:00
* Simplified Chinese translation by [@gloomy-ghost](https://github.com/gloomy-ghost)