X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=e6efa1148e60b0f1556097421714f7961405c6a0;hb=2284f202070aa2e49156cc52b3b1596a7d5aadec;hp=4bd5f95defa472b1806d3a7290bbfe130080a50c;hpb=c1109b45f6d6ed8024908df2340f8c06ae4c5db7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 4bd5f95de..e6efa1148 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -230,13 +230,21 @@ dev-vcs/git app-arch/unzip dev-lang/python:2.7 www-servers/nginx -media-libs/vips[jpeg,png,exif] # Optionnal, client for Let’s Encrypt: # app-crypt/certbot # app-crypt/certbot-nginx ``` +* If you are on a "stable" Gentoo you need to accept the testing keyword ~amd64 yarn: +``` +mkdir -p /etc/portage/package.keywords +cat << EOF >> /etc/portage/package.keywords/peertube +# required by yarn (argument) for PeerTube +sys-apps/yarn ~amd64 +EOF +``` + * Compile the peertube set: ``` emerge -a @peertube