Updated Gentoo install instructions
the build was successful Details

This commit is contained in:
tastytea 2018-06-20 11:05:49 +02:00
parent dc763ef41d
commit 5c7dab4b78
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 5 additions and 5 deletions

View File

@ -112,19 +112,19 @@ packages for the package managers of Gentoo, Debian and Red Hat.
### Gentoo
Put the ebuild into your [local overlay](https://wiki.gentoo.org/wiki/Custom_repository) and run `ebuild <ebuild path> manifest`.
Install with `emerge mastodon-cpp`.
Or [add my repository](https://wiki.gentoo.org/wiki/Eselect/Repository) and
Add my [repository](https://schlomp.space/tastytea/overlay) and
install it from there.
```SH
eselect repository add tastytea git https://schlomp.space/tastytea/overlay.git
eselect repository enable tastytea
echo 'dev-cpp/mastodon-cpp ~amd64' >> /etc/portage/package.keywords/mastodon-cpp
emaint sync -r tastytea
emerge -a dev-cpp/mastodon-cpp
```
Or put the ebuild into your [local overlay](https://wiki.gentoo.org/wiki/Custom_repository) and run `ebuild <ebuild path> manifest`.
Install with `emerge mastodon-cpp`.
### DEB and RPM
Prebuilt DEB and RPM packages for x86_64(amd64) are provided with each release.