Update README.md

This commit is contained in:
Bleak Grey 2020-10-24 08:10:58 +03:00 committed by GitHub
parent dbf724bc6f
commit e28619a364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 9 deletions

View File

@ -9,18 +9,26 @@ Simple [Mastodon](https://github.com/tootsuite/mastodon) client for Linux
<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>
### Building
If the options above are not available to you, you can build the app from source:
### Building From Source
1. Make sure you have these dependencies:
- [x] meson
- [x] valac
- [x] libgtk-3-dev
- [x] libsoup2.4-dev
- [x] libjson-glib-dev
- [ ] libhandy-1.0-dev (>= 1.0.0)
*Note: Unchecked items will be installed automatically if not present in the system.*
Package Name | Required Version
--- |:---:
meson | 0.50
valac | 0.48
libglib-2.0-dev | 2.30.0
libjson-glib-dev | 1.4.4
libgee-0.8-dev | 0.8.5
libsoup2.4-dev | 2.64
libgtk-3-dev | 3.22.0
The following packages are also required, but will be installed automatically if not present in your system:
Package Name | Required Version
--- |:---:
libhandy-1.0-dev | 1.0.0
2. Run `install.sh` in the project directory. The app will launch automatically on success.