Add installation instructions for Gentoo and Arch.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
838dbb11b9
commit
a61186b73c
27
README.adoc
27
README.adoc
|
@ -18,7 +18,24 @@ support Atom at the moment.
|
||||||
|
|
||||||
== Install
|
== 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:
|
||||||
|
<https://aur.archlinux.org/packages/mastorss-git/>.
|
||||||
|
|
||||||
|
=== From source
|
||||||
|
|
||||||
|
==== Dependencies
|
||||||
|
|
||||||
* Tested OS: Linux
|
* Tested OS: Linux
|
||||||
* C++ compiler (tested: link:{uri-gcc}[gcc] 7/8/9)
|
* 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-jsoncpp}[jsoncpp] (at least: 1.7)
|
||||||
* link:{uri-libcurl}[libcurl] (at least: 7.52)
|
* 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].
|
Download the current release at link:{uri-base}/releases[schlomp.space].
|
||||||
|
|
||||||
==== Development version
|
===== Development version
|
||||||
|
|
||||||
[source,shell]
|
[source,shell]
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
git clone https://schlomp.space/tastytea/mastorss.git
|
git clone https://schlomp.space/tastytea/mastorss.git
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
=== Compile
|
==== Compile
|
||||||
|
|
||||||
[source,shell]
|
[source,shell]
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user