mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 18:20:31 -06:00
Update the list of the README dependencies
This commit is contained in:
parent
2e2bef6f58
commit
8bf3013038
@ -56,13 +56,13 @@ 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 (for electron)
|
||||
* 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)
|
||||
|
||||
# apt-get install mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1
|
||||
# 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user