X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=7c3fcd55bb42a35ac203590ba7a89259b9e67cbb;hb=e4779734b365ab3425891f25188928b1855b9af0;hp=8fe1903207391ba304ead1e7db06066ee07907a8;hpb=4d557df51c2ad8a87b9789b3caccc95c9880a944;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 8fe190320..7c3fcd55b 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -1,5 +1,7 @@ # Dependencies +:warning: **Warning**: dependencies guide is maintained by the community. Some parts may be outdated! :warning: + Follow the below guides, and check their versions match [required external dependencies versions](https://github.com/Chocobozzz/PeerTube/blob/master/engines.yaml). You can check them automatically via `sudo npx engineslist`. _note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported. @@ -554,6 +556,12 @@ rc-service redis start rc-service postgresql-11 start ``` +6. Create Python version symlink for youtube-dl: + +``` +sudo ln -s /usr/bin/python3 /usr/bin/python +``` + ## OpenBSD 1. Install Packages: