diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -64,13 +64,15 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
64 | * **NodeJS >= 4.2** | 64 | * **NodeJS >= 4.2** |
65 | * OpenSSL (cli) | 65 | * OpenSSL (cli) |
66 | * MongoDB | 66 | * MongoDB |
67 | * xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) | 67 | * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) |
68 | 68 | ||
69 | #### Debian | 69 | #### Debian |
70 | 70 | ||
71 | 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) | 71 | * 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) |
72 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ | ||
72 | 73 | ||
73 | # apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin | 74 | # apt-get update |
75 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin | ||
74 | # npm install -g electron-prebuilt | 76 | # npm install -g electron-prebuilt |
75 | 77 | ||
76 | #### Other distribution... (PR welcome) | 78 | #### Other distribution... (PR welcome) |