From e28619a364c7815d3ede9ecc6a4aafb0c662e7ca Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Sat, 24 Oct 2020 08:10:58 +0300 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9414cd0..bd28983 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,26 @@ Simple [Mastodon](https://github.com/tootsuite/mastodon) client for Linux Download on Flathub -### 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.