Add installation instructions for Gentoo, Debian, Ubuntu and CentOS.
This commit is contained in:
parent
caf94e6c17
commit
d956a2db47
37
README.adoc
37
README.adoc
|
@ -75,15 +75,36 @@ link:{uri-reference}/examples.html[More examples] are included in the reference.
|
||||||
|
|
||||||
== Install
|
== Install
|
||||||
|
|
||||||
// === Gentoo
|
=== Gentoo
|
||||||
|
|
||||||
// [source,shell]
|
[source,shell]
|
||||||
// --------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
// eselect repository enable tastytea
|
eselect repository enable tastytea
|
||||||
// echo 'dev-cpp/mastodonpp' >> /etc/portage/package.accept_keywords/mastodonpp
|
echo 'dev-cpp/mastodonpp' >> /etc/portage/package.accept_keywords/mastodonpp
|
||||||
// emaint sync -r tastytea
|
emaint sync -r tastytea
|
||||||
// emerge -a dev-cpp/mastodonpp
|
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
|
=== From source
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user