diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,7 +54,6 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
54 | ### Dependencies | 54 | ### Dependencies |
55 | 55 | ||
56 | * **NodeJS >= 4.2** | 56 | * **NodeJS >= 4.2** |
57 | * Grunt-cli (npm install -g grunt-cli) | ||
58 | * OpenSSL (cli) | 57 | * OpenSSL (cli) |
59 | * MongoDB | 58 | * MongoDB |
60 | * xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 (for electron) | 59 | * xvfb-run libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 (for electron) |
@@ -64,7 +63,6 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
64 | 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) | 63 | 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) |
65 | 64 | ||
66 | # apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 | 65 | # apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 |
67 | # npm install -g grunt-cli | ||
68 | # npm install -g electron-prebuilt | 66 | # npm install -g electron-prebuilt |
69 | 67 | ||
70 | 68 | ||