X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=01e29cee5736e205c74e0720f191e8bb217bcb58;hb=9e5f374090ea0fb16f93edd79d5ad61a55db91e5;hp=37bee455dce2f732d3039bd6bbb5a6d375f35b3c;hpb=2eb5a041b3fa82074784ae907d2c084d41411d2b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 37bee455d..01e29cee5 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,17 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t * **NodeJS >= 4.2** * OpenSSL (cli) * MongoDB - * xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) + * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) #### Debian -Install NodeJS 4.2: [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) + * Install NodeJS 4.2: [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) + * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ + * Run: - # apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin - # npm install -g electron-prebuilt + # apt-get update + # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin + # npm install -g electron-prebuilt #### Other distribution... (PR welcome)