X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=77cec3ba38c50dc36759290b365f9de5c1702649;hb=048b69466168e5585b2f8d8a6d77da315202cabb;hp=d98d710205e3893ee5140ec83443b766073652e2;hpb=923406990334d133a49a283629322d1bbb521ecc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index d98d71020..77cec3ba3 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -28,13 +28,13 @@ [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) 4. Install NodeJS 8.x (current LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) - 5. Install yarn, and be sure to have a recent version (>= 1.5.1, the latest release): + 5. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) 6. Run: ``` $ sudo apt update -$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git +$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev $ ffmpeg -version # Should be >= 3.x $ g++ -v # Should be >= 5.x ```