Add installation instructions for Gentoo, Debian, Ubuntu and CentOS.

This commit is contained in:
tastytea 2020-01-10 19:42:46 +01:00
parent caf94e6c17
commit d956a2db47
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 29 additions and 8 deletions

View File

@ -75,15 +75,36 @@ link:{uri-reference}/examples.html[More examples] are included in the reference.
== Install
// === Gentoo
=== Gentoo
// [source,shell]
// --------------------------------------------------------------------------------
// eselect repository enable tastytea
// echo 'dev-cpp/mastodonpp' >> /etc/portage/package.accept_keywords/mastodonpp
// emaint sync -r tastytea
// emerge -a dev-cpp/mastodonpp
// --------------------------------------------------------------------------------
[source,shell]
--------------------------------------------------------------------------------
eselect repository enable tastytea
echo 'dev-cpp/mastodonpp' >> /etc/portage/package.accept_keywords/mastodonpp
emaint sync -r tastytea
emerge -a dev-cpp/mastodonpp
--------------------------------------------------------------------------------
=== Debian and Ubuntu
We automatically generate packages for Debian buster (10) and Ubuntu bionic
(18.04), but only for x86_64 (amd64). Download the them at
link:{uri-base}/releases[schlomp.space].
[source,shell]
--------------------------------------------------------------------------------
apt install ./libmastodonpp*.deb
--------------------------------------------------------------------------------
=== CentOS
We automatically generate packages for CentOS 8, but only for x86_64
(amd64). Download the them at link:{uri-base}/releases[schlomp.space].
[source,shell]
--------------------------------------------------------------------------------
yum install ./libmastodonpp*.rpm
--------------------------------------------------------------------------------
=== From source