From ede51915a9a37a695bf0db9440d5da80f155438c Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 30 Aug 2018 23:53:58 +0200 Subject: [PATCH] Enhanced documentation --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c88e99..3a2d709 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,31 @@ User or instance: @tastytea@soc.ialis.me ## Install -### Dependencies +### Packages + +Every [release](https://schlomp.space/tastytea/whyblocked/releases) includes +a .deb-package, an .rpm-package and a .tar.gz-package with precompiled binaries +for x86_64(amd64). These are automatically built and not tested. You can install +them with `dpkg -i` or `rpm -i`, respectively. + +Gentoo ebuilds are available via my +[repository](https://schlomp.space/tastytea/overlay). + +### From source + +#### Dependencies * C++ compiler (tested: gcc 6/7/8) * [cmake](https://cmake.org/) (at least 3.6) * [vsqlite++](http://vsqlite.virtuosic-bytes.com/) (tested: 0.3.13) * [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2) -### Compile +#### Get sourcecode + +Download the current +[release](https://schlomp.space/tastytea/whyblocked/releases). + +#### Compile ```SH mkdir build @@ -57,7 +74,7 @@ make make install ``` -# Copyright +## Copyright ```PLAIN Copyright © 2018 tastytea .