diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
111 | ### Dependencies | 111 | ### Dependencies |
112 | 112 | ||
113 | * **NodeJS >= 4.2** | 113 | * **NodeJS >= 4.2** |
114 | * **npm >= 3.0** | ||
114 | * OpenSSL (cli) | 115 | * OpenSSL (cli) |
115 | * MongoDB | 116 | * MongoDB |
116 | * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) | 117 | * ffmpeg xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin (for electron) |
@@ -123,6 +124,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
123 | 124 | ||
124 | # apt-get update | 125 | # apt-get update |
125 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin | 126 | # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin |
127 | # npm install -g npm@3 | ||
126 | # npm install -g electron-prebuilt | 128 | # npm install -g electron-prebuilt |
127 | 129 | ||
128 | #### Other distribution... (PR welcome) | 130 | #### Other distribution... (PR welcome) |