diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,13 +56,13 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
56 | * **NodeJS >= 4.2** | 56 | * **NodeJS >= 4.2** |
57 | * OpenSSL (cli) | 57 | * OpenSSL (cli) |
58 | * MongoDB | 58 | * MongoDB |
59 | * 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 libnotify-bin (for electron) |
60 | 60 | ||
61 | #### Debian | 61 | #### Debian |
62 | 62 | ||
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) | 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) |
64 | 64 | ||
65 | # 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 libnotify-bin |
66 | # npm install -g electron-prebuilt | 66 | # npm install -g electron-prebuilt |
67 | 67 | ||
68 | 68 | ||