diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/dependencies.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | # Dependencies | 1 | # Dependencies |
2 | 2 | ||
3 | :warning: **Warning**: dependencies guide is maintained by the community. Some parts may be outdated! :warning: | ||
4 | |||
3 | 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`. | 5 | 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`. |
4 | 6 | ||
5 | _note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported. | 7 | _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 | |||
554 | rc-service postgresql-11 start | 556 | rc-service postgresql-11 start |
555 | ``` | 557 | ``` |
556 | 558 | ||
559 | 6. Create Python version symlink for youtube-dl: | ||
560 | |||
561 | ``` | ||
562 | sudo ln -s /usr/bin/python3 /usr/bin/python | ||
563 | ``` | ||
564 | |||
557 | ## OpenBSD | 565 | ## OpenBSD |
558 | 566 | ||
559 | 1. Install Packages: | 567 | 1. Install Packages: |