Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleak Grey committed Oct 24, 2020
1 parent dbf724b commit e28619a
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README.md
Expand Up @@ -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.

Expand Down

0 comments on commit e28619a

Please sign in to comment.