From a61186b73cdc153525a853a85684c4bc7bfd3da5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 27 Nov 2020 14:51:30 +0100 Subject: [PATCH] Add installation instructions for Gentoo and Arch. --- README.adoc | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 74a6e8d..9effb84 100644 --- a/README.adoc +++ b/README.adoc @@ -18,7 +18,24 @@ support Atom at the moment. == Install -=== Dependencies +=== Gentoo + +[source,shell] +-------------------------------------------------------------------------------- +eselect repository enable tastytea +echo 'net-misc/mastorss' >> /etc/portage/package.accept_keywords/mastorss +emaint sync -r tastytea +emerge -a net-misc/mastorss +-------------------------------------------------------------------------------- + +=== Arch + +The git-version is available via the AUR: +. + +=== From source + +==== Dependencies * Tested OS: Linux * C++ compiler (tested: link:{uri-gcc}[gcc] 7/8/9) @@ -28,20 +45,20 @@ support Atom at the moment. * link:{uri-jsoncpp}[jsoncpp] (at least: 1.7) * link:{uri-libcurl}[libcurl] (at least: 7.52) -=== Get sourcecode +==== Get sourcecode -==== Release +===== Release Download the current release at link:{uri-base}/releases[schlomp.space]. -==== Development version +===== Development version [source,shell] -------------------------------------------------------------------------------- git clone https://schlomp.space/tastytea/mastorss.git -------------------------------------------------------------------------------- -=== Compile +==== Compile [source,shell] --------------------------------------------------------------------------------